Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alphaolomi/react-todo
todo application
https://github.com/alphaolomi/react-todo
bootstrap4 hacktoberfest react reactjs todo-app todoapp todolist-application
Last synced: 9 days ago
JSON representation
todo application
- Host: GitHub
- URL: https://github.com/alphaolomi/react-todo
- Owner: alphaolomi
- Created: 2019-07-26T23:04:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T17:53:09.000Z (10 months ago)
- Last Synced: 2024-11-12T16:08:19.070Z (2 months ago)
- Topics: bootstrap4, hacktoberfest, react, reactjs, todo-app, todoapp, todolist-application
- Language: TypeScript
- Homepage: https://react-in-todo.netlify.com
- Size: 1.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo App [![Netlify Status](https://api.netlify.com/api/v1/badges/55d69da5-ce84-49cb-bdba-4ca994430609/deploy-status)](https://app.netlify.com/sites/react-in-todo/deploys)
A minimal and basic todo app.
## Background
This is a simple todo app that I wrote to learn how to use [React](https://reactjs.org/) and [React Router](https://reacttraining.com/react-router/). It is written in [TypeScript](https://www.typescriptlang.org/). Now it is more of a practice project than a real app. Testing latest react featute/version.
## Features
* [x] Todo list
* [x] Add todo
* [x] Delete todo
* [x] Mark todo as done
* [x] Mark todo as undone
* [ ] Filter todos
* [ ] Export todo list as csv/json## Tech
- React 18
- TailwindCSS
- Vite
- Vitest
- TypeScript## License
This project is licensed under the [MIT license](License.md).