Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukmanrambe/our-cart
A Shopping List Web App Built by Using ReactJS, React Router v6, Styled-Components, etc.
https://github.com/lukmanrambe/our-cart
css html javascript react react-router react-router-v6 reactjs styled-components
Last synced: 20 days ago
JSON representation
A Shopping List Web App Built by Using ReactJS, React Router v6, Styled-Components, etc.
- Host: GitHub
- URL: https://github.com/lukmanrambe/our-cart
- Owner: LukmanRambe
- License: gpl-3.0
- Created: 2022-05-11T12:25:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-19T20:25:01.000Z (over 2 years ago)
- Last Synced: 2024-10-29T15:45:33.540Z (2 months ago)
- Topics: css, html, javascript, react, react-router, react-router-v6, reactjs, styled-components
- Language: JavaScript
- Homepage: https://ourcart.netlify.app
- Size: 172 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Our Cart
This is Groceries Shopping List app i have created using ReactJS.
We can create a grocery list, add an item (name and quantity), edit it and delete it. All the data will be stored in our browser's local storage,
Hope you enjoy it 😄😄😄
# Web Pages
## Home Page
![Home](https://user-images.githubusercontent.com/66102026/170389798-5312655b-0e44-4e5f-aec9-3673e2ccb4d5.jpg)
## Groceries List Page
![Groceries List](https://user-images.githubusercontent.com/66102026/170389810-d4cbc1df-0697-4d6b-b9a4-6201b577f109.jpg)
## Grocery Detail Page
![Grocery Detail](https://user-images.githubusercontent.com/66102026/170389827-f6b915df-2dbf-4919-9b4b-a0983d194547.jpg)
# This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `npm install`
Install all the dependencies
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.The page will reload when you make changes.\
You may also see any lint errors in the console.### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.