Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/manitapaudel/to-dos

A simple to-dos app, where you can track your list of pending tasks.
https://github.com/manitapaudel/to-dos

context-api fakerjs next14 nextui tailwind-css

Last synced: about 5 hours ago
JSON representation

A simple to-dos app, where you can track your list of pending tasks.

Awesome Lists containing this project

README

        

🗒️ To-Dos

## Introduction
A Simple to-do app with CRUD functionalities.

## Requirements
- Create login route using random email and password (add generate password function)
- Generate cookies using random string using nextjs cookies, submit form using server actions
- In the login page, form validation in the client is mandatory.
- Use middleware to protect the private and public pages.
- After logged in only user can create a TODO with CRUD operation
- Persist all the todo list even after reload
- Use any of the state management libraries or contextAPI.
- Will be plus: Skeleton loading (Use timeout), Responsive design, Use UI framework such as NextUI

## Failed to meet
- Generate cookies using random string using nextjs cookies, submit form using server actions
> Used LocalStorage instead for *authorization* and to *protect the private and public pages routes*