Todo List Application

This is a simple Todo List application built with React and Redux Toolkit.

Features

  • Add new tasks
  • Mark tasks as completed
  • Delete tasks
  • Responsive design

Setup and Running

Follow these steps to setup and run the application:

  1. Clone the repository:
git clone https://github.com/shubhamxdd/i-todo.git
  1. Navigate into the project directory:
cd todolist
  1. Install the dependencies:
npm install or npm i
  1. Start the application in development mode or also known as dev server:
npm run dev
  1. The application will start on:
http://localhost:5173
  1. Build the application and run in production mode:
npm run build && npm run preview
  1. The application will start on:
http://localhost:5173