Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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``