Skip to content

A simple, fast, and responsive ToDo application built with React and Vite.

Notifications You must be signed in to change notification settings

VivekChaurasia03/Just-Do-It

Repository files navigation

This project is a simple ToDo application built with React and Vite, offering a smooth and fast development experience. The application includes the following features:

Features

  • Create a ToDo: Users can create new tasks to do.
  • Delete a ToDo: Users can remove tasks from their list.
  • Edit a ToDo: Users can modify existing tasks.
  • View ToDo List: Users can see their existing tasks.
  • Responsive Design: The application is fully responsive and works on all devices.
  • Local Storage: Tasks are saved in local storage so they persist between page reloads.

Installation

To get started with the project, follow these steps:

  1. Clone the repository:
    git clone https://github.com/VivekChaurasia03/Just-Do-It.git
  2. Navigate to the project directory:
    cd Just-Do-It
  3. Install the dependencies:
    npm install

Usage

To run the application locally, use the following command:

npm run dev

This will start the development server. Open your browser and navigate to http://localhost:5173 to see the application in action.

Technologies Used

  • React: A JavaScript library for building user interfaces.
  • Vite: A fast build tool and development server for modern web projects.
  • CSS Modules: For styling components locally and avoiding global CSS conflicts.
  • Font Awesome: For adding icons to the application.

ToDo Application Screenshot

About

A simple, fast, and responsive ToDo application built with React and Vite.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published