Skip to content

Web application that serves as a ToDo List, built using React/Redux Toolkit

Notifications You must be signed in to change notification settings

DmytroTruten/To-Do-Now

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do Now

This project is a web application that serves as a ToDo List, helping you manage your tasks. You can add new tasks, mark them as done, and delete unnecessary ones. The project is built using React/Redux Toolkit and utilizes React Bootstrap for interface styling.

Contents

Project Setup

  1. Clone the repository: https://github.com/DmytroTruten/To-Do-Now.git
  2. Install dependencies: npm install
  3. Start the project: npm run dev

Features

  • Adding new tasks to the list.
  • Marking tasks as done or undone.
  • Deleting unwanted tasks.

Technologies

  • React
  • SCSS
  • Redux Toolkit
  • React Bootstrap
  • Local Storage

Development Instructions

  1. Launch the project using the command npm run dev.
  2. Add new tasks, mark them as done, or delete them.
  3. Change the theme using the theme toggle icon.

State Preservation and Retrieval

The project employs Local Storage to preserve the task list's state between sessions. The task state is automatically saved to Local Storage upon updates or tab closure. Upon the next launch, the previous task state will be retrieved to continue work.

About

Web application that serves as a ToDo List, built using React/Redux Toolkit

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published