Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sethshivam11/todo

This is a complex Todo app built on MERN Stack (MongoDB, ExpressJS, ReactJS, NodeJS), Typescript and Tailwind CSS. It has functionalities for CRUD operations and user authentication and verification system. I have used Shadcn/ui (components library) for the user interface in this project.
https://github.com/sethshivam11/todo

jsonwebtoken mern shadcn-ui tailwindcss todoapp typescript user-authentication

Last synced: about 1 month ago
JSON representation

This is a complex Todo app built on MERN Stack (MongoDB, ExpressJS, ReactJS, NodeJS), Typescript and Tailwind CSS. It has functionalities for CRUD operations and user authentication and verification system. I have used Shadcn/ui (components library) for the user interface in this project.

Awesome Lists containing this project

README

        

# Todo App

This is a simple project built in MERN stack and typescript with tailwindcss, shadcn/ui.

## Clone this project

`git clone https://github.com/sethshivam11/todo.git`

## Run this project

`npm run build`

`npm start`

## Environment Variables

`PORT`

`NODE_ENV` -- expected `production`

`MONGODB_URI`

`ACCESS_TOKEN_SECRET`

`ACCESS_TOKEN_EXPIRY`