This app was made as a technical assignment for a frontend role @Mindee It allows you to add an item of your choice to a Table thanks to a form.
You can have a look quickly at https://mindee-technical-test.netlify.app.
- Clone the repo
- Install packages
npm install
- Use
npm start
. The project should run inhttp://localhost:3000/
- Make a purpose for this item list (for example a shopping list, with a price for each item and a total price)
- Make a light/dark mode switch
I used some of Mindee's design system (title font, logo for the favicon, colors) and Material UI components