Skip to content

Latest commit

 

History

History
62 lines (36 loc) · 1.47 KB

README.md

File metadata and controls

62 lines (36 loc) · 1.47 KB

Todo Application 📋

A todo app that keeps track of tasks that need to be completed.

Author

Features

  • Light/dark mode toggle
  • Login and Logout
  • Protected Routes - need to login to use the application
  • Enter new todo
  • Edit and update todo
  • Mark todo as completed
  • Delete Todo

API Reference

Reqres API for login

https://reqres.in/

Parameter Type Description
email string Required. eve.holt@reqres.in
password string Required. cityslicka

JSON Server for storing and getting todos

Type "npm run server" to start json server at port 8080.

Deployment link

https://todo-app-psi-blond.vercel.app/

Screenshots

Home Page - Light Theme

Home Page - Light Theme

Home Page - Dark Theme

Home Page - Dark Theme

Login Page - Light Theme

Login Page - Light Theme

Edit Todo Page - Light Theme

Edit Todo - Light Theme

Tech Stack

  • React,
  • Redux,
  • Chakra-UI