https://github.com/normainobary2021/react-to-do
https://github.com/normainobary2021/react-to-do
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/normainobary2021/react-to-do
- Owner: normainobary2021
- Created: 2022-09-26T14:35:00.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2022-10-02T00:17:45.000Z (over 2 years ago)
- Last Synced: 2025-02-07T22:51:51.858Z (4 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-to-do
> This TODO app is developed following the React tutorials provided by Microverse.
> The App is to Add, Update, or Remove a TODO in/from the TODO list.## Built With
- **HTML**
- **CSS**
- **JavaScript**
- **GitHub flow**
- **React**
- **Babel**## Getting Started
### Steps to run the project
#### 1 - Git Clone.
```
git clone https://github.com/normainobary2021/react-to-do.git
```
#### 2 - Install node packages.```
npm install
```#### 3 - run the project
```
npm start
```## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.
### `npm test`
Launches the test runner in the interactive watch mode.
### `npm run build`
Builds the app for production to the `build` folder.
### `npm run eject`
**Note: this is a one-way operation. Once you `eject`, you can't go back!**
If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
## Author
### 👨💻 Norman Ainobushoborozi
- GitHub: [Norman](https://github.com/normainobary2021)
- Twitter: [Norman](https://twitter.com/NormanAinobush2)
- LinkedIn: [Norman](https://www.linkedin.com/in/norman-ainobushoborozi/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Please give a ⭐️ if you like this project!
## 📝 License
- This project is [MIT](./LICENSE) licensed.