Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/debas-31/to-do-app-react
This is a web App todo list using reactJs that displays a list of to-do activities and allows the user to add, remove, and update functionality
https://github.com/debas-31/to-do-app-react
css3 html5 jsx react
Last synced: 4 days ago
JSON representation
This is a web App todo list using reactJs that displays a list of to-do activities and allows the user to add, remove, and update functionality
- Host: GitHub
- URL: https://github.com/debas-31/to-do-app-react
- Owner: Debas-31
- Created: 2022-01-10T06:26:53.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-02-18T10:59:35.000Z (almost 3 years ago)
- Last Synced: 2023-03-04T02:08:07.180Z (almost 2 years ago)
- Topics: css3, html5, jsx, react
- Language: JavaScript
- Homepage:
- Size: 610 KB
- Stars: 2
- Watchers: 1
- 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 App using React
> This is a web App todo list using reactJs that displays a list of to-do activities and allows the user to add, remove, and update functionality.
### ScreenShoot
![screenshot](./image/ScreenShotTodoList.png)## Built With
- HTML
- CSS
- JavaScript
- React
- Linters
- Vscode## Live Demo
>[Click Here](https://todo-app-exercise-react.netlify.app/)## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Node and NPM
- Web browser (Google chrome)
- Code Editor (VSCode)### Development (Running locally)
- git clone the project
```bash
git clone [email protected]:Debas-31/to-do-app-react
```- Install Dependencies
```bash
npm install
```- To run StyleLint by itself, you may run the lint task:
```bash
npx stylelint "**/*.{css,scss}"
```- Automatically fix issues found (where possible):
```bash
npx stylelint "**/*.{css,scss}" --fix
```
- To fix automatically javaScript issues found
```bash
npx eslint . --fix
```
- Finally, start your development server by running:```bash
npm start
```👤 **Debas Gebreslasie**
- [GitHub](https://github.com/Debas-31)
- [Twitter](https://twitter.com/DEBSH76956492)
- [LinkedIn](https://www.linkedin.com/in/debas-gebrengus)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Debas-31/to-do-app-react/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- React Community
## 📝 License
[MIT licensed](https://github.com/Debas-31/to-do-app-react/blob/dev/MIT.md).