https://github.com/vikas-ukani/task-management
A Task management app by users. Build with Node, Express, MongoDB, TypeScript, Nextjs, TailwindCSS
https://github.com/vikas-ukani/task-management
express mognodb nextjs redux-toolkit restapi tailwin typescript
Last synced: 2 months ago
JSON representation
A Task management app by users. Build with Node, Express, MongoDB, TypeScript, Nextjs, TailwindCSS
- Host: GitHub
- URL: https://github.com/vikas-ukani/task-management
- Owner: vikas-ukani
- Created: 2024-02-11T09:56:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-12T14:17:49.000Z (over 1 year ago)
- Last Synced: 2025-01-23T08:45:55.503Z (4 months ago)
- Topics: express, mognodb, nextjs, redux-toolkit, restapi, tailwin, typescript
- Language: TypeScript
- Homepage: https://tasks-managements.vercel.app/
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task management app
- This is a Next.js project contains frontend and backend.
### Overview
- Framework: Node, Express, Reactjs, Next.js, TailwindCSS, Redux-Toolkit
- Database: MongoDB
- Authentication - Json Web Token
- Language: TypeScript### Frontend
##### Frontend is build with Nextjs Freamework that uses TailwindCSS library to design components.
- It uses React Hooks to manage state.
- It uses React Redux-Toolkit to share state between components.### Backend
##### Backend is build with Express and TypeScript with Google Authentication.
- It uses mongodb to store users information.
- It uses TypeScript for type-safe code.
- It uses JWT to generate authorization token.
- It has unit test cases.### Images
##### Home Page.
##### Google Login.
##### All Tasks Page.
##### Create New Task Form.
