A simple cashback calculator built with React and Chakra UI that allows users to input expenses and calculate cashback on those expenses.
- Task Management: Add, edit, and delete tasks to keep track of your to-do items.
- User-friendly interface built with Chakra UI components.
You can check out the live demo of the project here.
To get started with the project, follow these steps:
-
Clone the repository:
git clone hhttps://github.com/RichForever/react-todo-app.git
-
Navigate into the project directory:
cd react-todo-app
-
Install dependencies:
npm install
-
Start the development server:
npm start
The app will run on http://localhost:3000/
- 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.
- Delete task: To remove the task from the list, click the delete button next to the corresponding item.
- Edit task: To edit the task from the list, click the delete button next to the corresponding item.
- React
- Chakra UI - A simple, modular, and accessible component library for React.
- Typescript - For better type safety and developer tooling.
This project is licensed under the MIT License. See the LICENSE file for more information.