saksh-05 / dev-shopping-cart

Home Page:dev-shopping-cart.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dev_shopping_cart

Feature

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.

Tech stack:

  • NextJs
  • Redux
  • Typescript
  • MongoDB( for database) -Styled-component (for Styling)
  • Vercel ( for deployment)

This project was generated with superplate.

Getting Started

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.

Available Scripts

Running the development server.

    npm run dev

Building for production.

    npm run build

Running the production server.

    npm run start

Learn More

To learn more about superplate, please check out the Documentation.

Styled Components

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.

Go To Documentation

React Redux

Redux helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test.

Go To Documentation

License

MIT

About

dev-shopping-cart.vercel.app

License:MIT License


Languages

Language:TypeScript 99.3%Language:JavaScript 0.7%