Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 2.4 KB

README.md

File metadata and controls

65 lines (44 loc) · 2.4 KB

Todo_App_FullStack

Todo List App is a kind of app that generally used to maintain our day-to-day tasks or list everything that we have to do, with the most important tasks at the top of the list, and the least important tasks at the bottom. It is helpful in planning our daily schedules

Introduction

This is Solo Project created with the help of Full Stack of MERN. In this App User can signup / Login , able to see his/her todos , Edit there Todo , Delete there Todo, Filter Todos according to specific dates , Webiste is fully responsive in all the screens , All routes except login / signup are protected & user have to login to use application features . Looking forward to add more Features in this application.

website link :- https://todo-frontend-tau.vercel.app/

Tech-stack used

Frontend : HTML, CSS, Javascript, React, Redux, Chakra UI.

Backend   : Express, MongoDB, Node Js , mongoose, Deployed backend on Render

Features

Serial No Feature
1 User can signup and Login
2 User can only able to see his/her todos
3 User can Edit there Todo
4 User can Delete there Todo
5 User can Filter Todos according to specific dates
6 Webiste is fully responsive in all the screens
7 All routes except login / signup are protected & user have to login to use application features
8 Authentication & Authorization middlewares are also added in the backend

Glimpse and screenshots of website:


1) Home Page

Logo

2) User Login / Signup Page

Logo

Logo

3) Todo Page

Logo

4) Filter Page

Logo

5) Edit Modal

Logo

6) Delete Modal

Logo