Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/giorgiogtelian/todoapp


https://github.com/giorgiogtelian/todoapp

Last synced: about 7 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Todo app

this is my todo app as requested it does not use any backend and it allows to save categorized task.
you can mark any task as completed

## Project structure
todo-app/

├── node_modules/

├── public/

│ ├── index.html

│ └── ...

├── src/

│ ├── components/

│ │ ├── AllTabs.js

│ │ ├── Category.js

│ │ ├── PageTitle.js

│ │ └── Task.js

│ ├── style/

│ │ ├── ..

│ ├── App.css

│ ├── App.js

│ ├── index.css

│ └── index.js

├── package.json

└── ...

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.

## Deployment

the demo of this app can be viewed here: [in the vercel application](https://todoapp-sable-pi.vercel.app/)