Skip to content

A dynamic and aesthetic To-Do List📝 Website built with React / Javascript / MUI. (Save in localstorage)

Notifications You must be signed in to change notification settings

Anrsgrl/todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Do List📝

A dynamic and aesthetic To-Do List
(Save in localstorage)

Screenshots

App Screenshot App's filters Screenshot

Tech Stack

  • JavaScript: The primary programming language.
  • React: Utilized for building the user interface.
  • Redux toolkit: Employed for state management.
  • Material UI (MUI): Styling and layout of components.
  • Framer Motion: Integrated for animations.

Run Locally

Clone the project

  git clone https://github.com/Anrsgrl/todo-list

Go to the project directory

  cd todo-list

Install dependencies

  npm install

Start the server

  npm start

Authors