The main objective of the project is to put into practice the initial concepts of React, such as state control, componentization and SPA page.
In addition to the points mentioned above, the project involves creating a responsive layout without any framework.
- Componentization of elements
- State control with hooks
- Webpack and babel configuration
- Elaboration of the project structure
- Mobile/desktop layout creation
- Different libraries were used
npm
# install dependencies
npm install
# run the project
npm run dev
yarn
# install dependencies
yarn
# run the project
yarn run dev