Skip to content

Sujith46/dept-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Tech stack and libraries

  • NextJS
  • Styled Components
  • React Context

Architecture

  • 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

General note

  • Responsive design - mobile/desktop

Releases

No releases published

Packages

No packages published