Getting Started - https://dept-web.vercel.app/
Direct link to the app which i have hosted in vercel - https://dept-web.vercel.app/
To run locally on your machine, in your terminal run -
git clone https://github.com/Sujith46/dept-web.git
cd dept-web
npm install
npm run dev
- NextJS
- Styled Components
- React Context
- src : contains all the code files / assets / pages
- assets : contains images / fonts / svg files
- component : contains all the individual components and its styles / constants / common files
- globalStyles : styles used only for main page layout
- state : used to store all the global states using react context
- Responsive design - mobile/desktop