Skip to content

This project is a To-do app. In this project, got acquainted with the concept of CRUD (creating, reading, updating and deleting records) and also with the concepts of State Management, React Context and Custom Hooks.

Notifications You must be signed in to change notification settings

VRashi16/To-Do-app-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Todo App

A minimalistic, customisable todo app.

Features

  • Dark mode
  • Drag n drop tasks to reorder them
  • Tasks saved locally
  • Customisable task color
  • Edit task
  • Notification Box
  • Tablet & mobile friendly

Built with

  • React Js, Css, Sass
  • React Hooks : useState, useEffect, useRef, useContext
  • react-beautiful-dnd, react-icons, uuidv4...

Instructions

Install dependencies. Make sure you already have nodejs & npm installed in your system.

$ npm install # or yarn

Run it

$ npm start # or yarn start

About

This project is a To-do app. In this project, got acquainted with the concept of CRUD (creating, reading, updating and deleting records) and also with the concepts of State Management, React Context and Custom Hooks.

Topics

Resources

Stars

Watchers

Forks