Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giorgiogtelian/todoapp
https://github.com/giorgiogtelian/todoapp
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/giorgiogtelian/todoapp
- Owner: giorgioGTelian
- Created: 2023-12-30T10:32:28.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-01-05T11:35:21.000Z (10 months ago)
- Last Synced: 2024-01-05T12:25:33.222Z (10 months ago)
- Language: JavaScript
- Homepage: https://todoapp-sable-pi.vercel.app
- Size: 430 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)