-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadME.txt
More file actions
63 lines (45 loc) · 1.22 KB
/
ReadME.txt
File metadata and controls
63 lines (45 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#### R.A. Charith Gayashan Deshapriya - Skyrek Full Stack Batch 06 - Reg.No. : FSDC6642
# Task Manager Web App
A full-stack task management application that allows users to manage daily tasks efficiently with authentication and modern UI.
## Tech Stack
- Frontend: Next.js, React, TypeScript, Tailwind, shadcn/ui
- Backend: Node.js, Express, MongoDB (Atlas)
## Features
- User Authentication (Login/Register)
- Task Management CRUD
- Dark mode Support
- Forgot & Reset Password (token-based flow)
- User Profile Management
## Setup
1. Clone repository
git clone https://github.com/charithgaya/TaskManagerWeb.git
cd TaskManagerWeb
2. Backend Setup
cd backend
npm install
npm start
create .env file
PORT=8000
MONGO_URI=
JWT_SECRET=
CLIENT_URL=http:localhost:8000
3. Frontend Setup
cd client
npm install
npm run dev
create .env.local file
NEXT_PUBLIC_API_URL=http://localhost:8000
#Deployment
Frontend-Vercel
Backend-Railway
Database-MongoDB Atlas
## Live Demo
https://task-manager-web-j7pt.vercel.app
## API Base URL
https://taskmanagerweb-production.up.railway.app
#Future Improvements
- Send real password reset emails
- Social Login (Gmail / Github)
- Profile picture upload
- Improve mobile responsiveness
- Notifications & reminders