Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).