Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 30 days 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-12T14:17:49.000Z (10 months ago)
- Last Synced: 2024-02-13T11:49:57.555Z (10 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.
![Home Page](https://i.imgur.com/mRNwBcJ.png)##### Google Login.
![Google Login](https://i.imgur.com/yowAz4P.png)##### All Tasks Page.
![All Task Page](https://i.imgur.com/J2Bui2F.png)##### Create New Task Form.
![New Task Form](https://i.imgur.com/jwUDFa0.png)