I have made a shopping list-making web app.
- Using this app users can make a list of items from the provided menu.
- Users can add items and categories to the menu.
- Users can see their shopping history and analytics when they have made shopping and analytics about their current shopping list.
- Users can cancel the list.
- NextJs
- Redux
- Typescript
- MongoDB( for database) -Styled-component (for Styling)
- Vercel ( for deployment)
This project was generated with superplate.
superplate is a Next.js all-in-one project generator. Create your project with the tools you need without spending hours on setting them up.
npm run dev
npm run build
npm run start
To learn more about superplate, please check out the Documentation.
Utilising tagged template literals (a recent addition to JavaScript) and the power of CSS, styled-components allows you to write actual CSS code to style your components.
Redux helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test.
MIT