Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riyabulia12/to-do-react
https://github.com/riyabulia12/to-do-react
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/riyabulia12/to-do-react
- Owner: RiyaBulia12
- Created: 2022-09-10T19:12:07.000Z (about 2 years ago)
- Default Branch: development
- Last Pushed: 2022-09-15T07:32:24.000Z (about 2 years ago)
- Last Synced: 2024-10-21T15:01:23.148Z (27 days ago)
- Language: JavaScript
- Size: 1.04 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# To-do-React
"To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete.# Live Demo
[Coming Up](https://riyabulia12.github.io/To-do-React)## Built With
- React, HTML5, CSS3, ES6## Project Setup
To get a local copy up and running follow these simple example steps.### Prerequisites
- You need to have Code Editor Installed
- Make sure Nodejs and NPM is installed in your system for linters and libraries### Setup
1. Clone the repo in your local machine:
```bash
git clone https://github.com/RiyaBulia12/To-do-React.git
```
2. Open terminal and cd into project and install the dependencies
```bash
cd To-do-React
npm install
```3. run the command to open the project automatically in your brower:
```bash
npm run build
npm start
```## Authors
👤 **Riya Bulia**
- GitHub: [@RiyaBulia12](https://github.com/RiyaBulia12)
- LinkedIn: [Riya-Bulia](https://linkedin.com/in/riya-bulia)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- [Setup Project with React](https://github.com/microverseinc/curriculum-react-redux/blob/main/math-magicians/exercises/react_tutorial.md)