https://github.com/htmujahid/taskage
All in one task management solution
https://github.com/htmujahid/taskage
habit-tracking notes reading-notes scheduler todo
Last synced: 7 months ago
JSON representation
All in one task management solution
- Host: GitHub
- URL: https://github.com/htmujahid/taskage
- Owner: htmujahid
- Created: 2022-12-01T09:03:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-18T09:26:22.000Z (almost 3 years ago)
- Last Synced: 2023-03-05T21:46:30.099Z (over 2 years ago)
- Topics: habit-tracking, notes, reading-notes, scheduler, todo
- Language: JavaScript
- Homepage: https://taskage.live
- Size: 448 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
Set the environment variable for database connection (MONGODB_URI) in next.config.js
Run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.