Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perrebser/todo-app
Todo App with React
https://github.com/perrebser/todo-app
Last synced: about 1 month ago
JSON representation
Todo App with React
- Host: GitHub
- URL: https://github.com/perrebser/todo-app
- Owner: perrebser
- License: mit
- Created: 2023-10-21T19:42:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-29T19:06:50.000Z (about 1 year ago)
- Last Synced: 2023-10-30T17:35:35.811Z (about 1 year ago)
- Language: TypeScript
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Todo App with React + TypeScript
This is a simple task list application developed in React using Vite,TypeScript and ChakraUI. It allows users to create, mark as completed,update, and delete tasks from the list.
## Prerequisites
Before you begin, make sure you have Node.js installed on your system. You can download and install it from [nodejs.org](https://nodejs.org/).
## Project Setup
``cd your-project-name``
``npm install``
``npm run dev or yarn dev``