Using yarn command for install project dependencies.
Using yarn dev to run the project.
Using yarn test to run tests.
- This project was built using the Next.js framework.
- React Context has been used to handle state management of the project, we could also use Redux but it would make the project more complex.
- The layout structure of the project like Header and Footer is inside the
layout.tsxfile. - This project used CSS Modules along with CSS variables to style components.