Frontend of our website CodeElevate
.
├── public/
├── src
│ ├── components/
│ ├── Pages/
│ ├── App.css
│ ├── App.jsx
│ ├── data.json
│ ├── index.css
│ ├── main.jsx
├── .eslintrc.json
├── .gitattributes
├── .gitignore
├── index.html
├── package-lock.json
├── package.json
├── README.md
├── vite.config.js