https://github.com/ansaribrahim/to-do-react
Build a to-do app in React using components to display tasks, state management to track changes, and event handlers for user interactions.
https://github.com/ansaribrahim/to-do-react
react react-hooks react-icons react-router reactjs useeffect usestate vite
Last synced: 2 months ago
JSON representation
Build a to-do app in React using components to display tasks, state management to track changes, and event handlers for user interactions.
- Host: GitHub
- URL: https://github.com/ansaribrahim/to-do-react
- Owner: AnsarIbrahim
- License: mit
- Created: 2023-07-10T09:03:57.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-07-13T07:11:46.000Z (almost 2 years ago)
- Last Synced: 2025-02-04T09:16:52.707Z (4 months ago)
- Topics: react, react-hooks, react-icons, react-router, reactjs, useeffect, usestate, vite
- Language: JavaScript
- Homepage:
- Size: 120 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TO-DO-React

# 📗 Table of Contents
- [📗 Table of Contents](#-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-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [Deployment ](#deployment-)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)Build a to-do app in React using components to display tasks, state management to track changes, and event handlers for user interactions.
Client
- **[ADD TASK]**
- **[EDIT TASK]**
- **[DELETE TASK]**
- **[LOCAL STORAGE]**
- [Live Demo Link](Coming Soon...)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Install Git on your computer Git
- Any text editor VSCode
- Install linters on your local environment
### Setup
Clone this repository to your desired folder:
git clone https://github.com/AnsarIbrahim/TO-DO-React.git
cd TO-DO-React.git
### Usage
Inside your IDE:
```
npm start
```
## Build for production
```
npm run build
```
You can deploy this project using: GitHub Pages
👤 **Ansar Ibrahim**
- [GitHub](https://github.com/AnsarIbrahim)
- [LinkedIn](https://linkedin.com/in/ansar-ibrahim-61447424a/)
- [Twitter](https://twitter.com/ansaradheeb)
- [ ] **[GH-PAGES]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/AnsarIbrahim/Capstone-2/issues).
If you like this project give it a ⭐️
I would like to acknowledge and give credit to Microverse and Ibas Majeed.
This project is [MIT](./LICENSE) licensed.