https://github.com/glenmiracle18/thinking-in-react
https://github.com/glenmiracle18/thinking-in-react
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/glenmiracle18/thinking-in-react
- Owner: glenmiracle18
- Created: 2023-11-26T14:21:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-26T19:50:29.000Z (over 1 year ago)
- Last Synced: 2025-02-02T02:31:34.567Z (4 months ago)
- Language: JavaScript
- Size: 155 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Shopping List App
Welcome to the React Shopping List App! This straightforward app helps you keep track of your shopping items in a clean and organized manner.
## Features
- Add items to your shopping list.
- Mark items as completed or remove them.
- Clear the entire list with one click.
- Responsive design for a seamless experience on various devices.## Installation
To run the Shopping List App on your local machine, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/your-username/shopping-list-react.git
```2. Navigate to the project directory:
```bash
cd shopping-list-react
```3. Install dependencies:
```bash
npm install
```## Usage
Run the following command to start the development server and access the app:
```bash
npm start
```
Made with love by Glen Miracle