Skip to content

FurryLord/TO-DO-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TO-DO list

My front-end pet project written on React

Functionality:

This list gives you opportunity to:

  • create tasks with their description, deadline and tag, edit them
  • sort them by date and title, search by title
  • store them in groups by selecting a tag

Tech stack:

CSS:

  • Tailwind CSS

JS:

  • React
  • Redux Toolkit
  • React-spring, react-hook-forms libraries

How to start:

git clone https://github.com/FurryLord/TO-DO-list
cd TO-DO-list
npm install
npm start

Contributors