Todo App

A simple React-based Todo App that allows you to manage your daily tasks efficiently.

Features

  • Add new tasks
  • Mark tasks as complete
  • Edit existing tasks
  • Delete tasks
  • Todo data is stored in the browser's local storage

Installation

  1. Clone the repository:
git clone https://github.com/rtCamp/trainee-devansh-chaudhary.git
  1. Navigate to the project directory:
cd todo-app
  1. Install dependencies:
npm install

Usage

  1. Start the development server:
npm start
  1. Open your web browser and navigate to http://localhost:3000.

  2. You can now use the Todo App to manage your tasks.

Technologies Used

  • React
  • React Icons
  • Local Storage

Screenshots

Desktop

Desktop Screenshot

Mobile

Mobile Screenshot