https://github.com/tarek99samy/todo-app
Simple todo application built with react.js
https://github.com/tarek99samy/todo-app
css eslint html5 mobile-first-css netlify-deployment prettier react reactjs responsive-design
Last synced: 3 months ago
JSON representation
Simple todo application built with react.js
- Host: GitHub
- URL: https://github.com/tarek99samy/todo-app
- Owner: tarek99samy
- License: mit
- Created: 2020-07-13T23:52:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:27:26.000Z (over 3 years ago)
- Last Synced: 2025-08-26T07:27:14.635Z (10 months ago)
- Topics: css, eslint, html5, mobile-first-css, netlify-deployment, prettier, react, reactjs, responsive-design
- Language: JavaScript
- Homepage: https://todo-app-reactjst-v1.netlify.app/
- Size: 2.18 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TODO-APP
## A simple Todo applications for saving daily tasks and remove done ones
### Features
#### - First-Mobile Responsive
#### - Can add/edit/remove tasks
#### - light/dark themes
---
### Built with
#### - ReactJS
#### - HTML5
#### - CSS
---
### How to run locally
#### - Clone the repo then type in terminal
```code
npm install
```
#### - Then type
```code
npm run start
```
#### - the link `http://localhost:3000` will open automatically in your default browser
---
### Future work
#### - ~~Edit tasks~~
#### - ~~Multiple themes for the application~~
#### - ~~Deploy the project on any free service like _netlify, heroku, github-pages_~~
#### - Use cloud database to save tasks like `mongodb atlas`