https://github.com/cstrnt/daily-todo
Node.js, Next.js and lowdb powered Todo-App
https://github.com/cstrnt/daily-todo
Last synced: 12 months ago
JSON representation
Node.js, Next.js and lowdb powered Todo-App
- Host: GitHub
- URL: https://github.com/cstrnt/daily-todo
- Owner: cstrnt
- Created: 2019-03-18T20:24:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T07:25:25.000Z (over 3 years ago)
- Last Synced: 2025-03-08T17:43:54.060Z (over 1 year ago)
- Language: JavaScript
- Size: 988 KB
- Stars: 4
- Watchers: 0
- Forks: 2
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Daily-Todo
Daily-Todo is a small Application build on Node.js and lowdb in the Backend and Next.js and React in the Frontend.
# Idea
It's a regular Todo-App with a small twist. You can only create Items for your current date and you cant edit them later on. The Idea behind that is that you really focus on choosing you daily tasks wisely and not procastinating them.
# Getting Started
## Locally
### Backend
Go to the backend folder and enter
```
npm start
```
You should then be able to use the express server on port 5555
### Frontend
Go to the frontend folder and run
```
npm run build
```
If this is done follow up with
```
npm start
```
You can then open up your browser window and see the page on port 3000