The following repo includes a code challenge that combines the use of NodeJS and React with both frontend and backend features. It displays a list of phones and their corresponding details. It also includes the usage of Material-UI for some icons and components and Express in the API part.
- Clone the repo.
- Run
npm run installAll
in the terminal. - Run
npm run dev
and the project will be displayed, including the API server. - Run
npm run test
to launch the frontend testing.
- You need to have at least version 12 of Node in order to be able to run the project.