An open API service indexing awesome lists of open source software.

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

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`