https://github.com/gealsanchez/todo_react
Stores the description of a task in the Local Storage, the user can update and delete any task. To Do list: Easily add & remove tasks to a list. Built with React, CSS & JavaScript.
https://github.com/gealsanchez/todo_react
Last synced: 24 days ago
JSON representation
Stores the description of a task in the Local Storage, the user can update and delete any task. To Do list: Easily add & remove tasks to a list. Built with React, CSS & JavaScript.
- Host: GitHub
- URL: https://github.com/gealsanchez/todo_react
- Owner: gealsanchez
- License: mit
- Created: 2024-05-02T18:29:16.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-05-13T20:26:27.000Z (about 1 year ago)
- Last Synced: 2025-04-02T07:41:22.572Z (3 months ago)
- Language: JavaScript
- Homepage: https://taskmate-todo-react.netlify.app/
- Size: 352 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
To Do List Project
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**TaskMate** stores the description of a task, the user can update and delete any task in the Local Storage. To Do list: Easily add & remove tasks to a list. Built with React, CSS & JavaScript.





- HTML
- CSS
- JavaScript
- React
- WebpackClient
- **Single Page Application**
- **React components**
- **React props**
- **Handle events in a React app**
- **Use styles in a React app**
- **Local Storage Handling**
- - [Live Demo Link](https://taskmate-todo-react.netlify.app/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- node.js
- git
### Setup
Clone this repository to your desired folder:
- Open your terminal
- Navigate to the directory where you want to clone the project.
- Clone the project using by running the following command:
`git clone [email protected]:gealsanchez/todo_react.git`
### Install
Install this project using the following command:
`npm install`.
### Usage
To run the project, execute the following commands:
- `npm run build`
- `npm start`
### Run tests
To run tests, run the following command:
`npm test`
👤 **Gerson SANCHEZ**
- GitHub: [@github](https://github.com/gealsanchez)
- Twitter: [@twitter](https://twitter.com/gealsanchez)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/gersonsanchezsandoval/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Give a ⭐️ if you like this project!
I would like to thank Microverse and Shubham Sarda (Original design idea).
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._