Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parasss19/todo-reduxtoolkitproject
https://github.com/parasss19/todo-reduxtoolkitproject
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/parasss19/todo-reduxtoolkitproject
- Owner: parasss19
- Created: 2023-10-29T08:45:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-17T09:09:16.000Z (12 months ago)
- Last Synced: 2024-01-17T20:18:17.120Z (12 months ago)
- Language: JavaScript
- Size: 334 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Redux-Todo
Main Features
1 Add Todo
2 Remove Todo
3 Update Todo
4 Use Redux toolkit
Technology Stack
![](https://img.shields.io/badge/Tailwind-8A2BE2?style=for-the-badge&logo=Tailwind&color=black)
![](https://img.shields.io/badge/javascript-8A2BE2?style=for-the-badge&logo=javascript&labelcolor=yellow)
![](https://img.shields.io/badge/React-8A2BE2?style=for-the-badge&logo=React&color=black)
![Vite](https://img.shields.io/badge/Vite-34b58e?style=for-the-badge&logo=Vite&color=red)
![Redux](https://img.shields.io/badge/redux-%23593d88.svg?style=for-the-badge&logo=redux&logoColor=white)> **Note**: If you are new to open source contributions, you can refer to [this](https://opensource.guide/how-to-contribute/) guide by GitHub.
# Installation
## To run the project locally, follow these steps:
1. Fork the project repository:
- Go to the project repository on GitHub.
- Click on the "Fork" button in the top-right corner of the page.![image](https://github.com/Ayush-Tibrewal/Product_3D/assets/96817905/789dda31-5f38-4102-aca8-731d7f2f5f2f)
- This will create a copy of the repository under your GitHub account.
2. Clone the forked repository to your local machine:```
https://github.com/parasss19/Todo-ReduxToolkitProject
```
- This command will create a local copy of the project on your machine.3. Install dependencies
```
npm install
```4. Running the Project :
To start the development server and run the application locally, use the following command:
```
npm run dev
```- It will start the application
## 🤠Project Admin