Skip to content

RichForever/react-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do App

A simple cashback calculator built with React and Chakra UI that allows users to input expenses and calculate cashback on those expenses.

Table of Contents

Features

  • Task Management: Add, edit, and delete tasks to keep track of your to-do items.
  • User-friendly interface built with Chakra UI components.

Demo

You can check out the live demo of the project here.

Installation

To get started with the project, follow these steps:

  1. Clone the repository:

    git clone hhttps://github.com/RichForever/react-todo-app.git
  2. Navigate into the project directory:

    cd react-todo-app
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm start

The app will run on http://localhost:3000/

Usage

  1. Add task: Enter an expense amount in the input field and click the "Add" button. The app will add the task and display it in the list below.
  2. Delete task: To remove the task from the list, click the delete button next to the corresponding item.
  3. Edit task: To edit the task from the list, click the delete button next to the corresponding item.

Technologies Used

  • React
  • Chakra UI - A simple, modular, and accessible component library for React.
  • Typescript - For better type safety and developer tooling.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

About

Simple todo app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published