Skip to content

To-Do application built using ReactJS and Redux, it offers a clean and intuitive user interface, allowing users to seamlessly add, view, and delete tasks. With the ability to mark tasks as completed with persistent storage using local storage so tasks are saved even after a page reload.

Notifications You must be signed in to change notification settings

Rieyanshi/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3d29c728-08c2-4a11-b77f-97781f3848f2

Simple-React-To-Do-Application

To-Do application built using ReactJS and Redux, it offers a clean and intuitive user interface, allowing users to seamlessly add, view, and delete tasks. With the ability to mark tasks as completed with persistent storage using local storage so tasks are saved even after a page reload.

Features

  • Add tasks
  • View tasks
  • Delete tasks
  • Mark tasks as completed
  • Persistent storage using local storage

Setup

  1. Clone the repository:

     git clone https://github.com/Rieyanshi/todo-app
  2. Navigate to the project directory:

    cd todo-app
  3. Install dependencies:

    npm install
  4. Run the application:

    npm start

This will start the development server. You can view the app by opening http://localhost:3000 in your browser.

Usage

  • To add a task, type the task into the input field and press Enter or click the "Add Task" button.
  • To mark a task as completed, click the "Complete" button next to the task.
  • To delete a task, click the "Delete" button next to the task.

Technologies Used

  • ReactJS
  • Redux
  • HTML
  • CSS

About

To-Do application built using ReactJS and Redux, it offers a clean and intuitive user interface, allowing users to seamlessly add, view, and delete tasks. With the ability to mark tasks as completed with persistent storage using local storage so tasks are saved even after a page reload.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published