https://github.com/jane-does-coding/flowtime
https://github.com/jane-does-coding/flowtime
git mongodb nextjs prisma tailwind typescript
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jane-does-coding/flowtime
- Owner: jane-does-coding
- License: mit
- Created: 2024-11-10T23:34:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-10T23:49:08.000Z (about 1 year ago)
- Last Synced: 2025-01-21T20:48:53.136Z (10 months ago)
- Topics: git, mongodb, nextjs, prisma, tailwind, typescript
- Language: TypeScript
- Homepage: https://flowtime-nine.vercel.app/
- Size: 2.64 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Flowtime
Set the flow of your day with flowtime routine screationg and task mannagment!
## Screenshots




## Color Reference
| Color | Hex |
| ------------- | ---------------------------------------------------------------- |
| Dark Red |  #990100 |
| Secondary Red |  #e5383b |
| Dark Grey |  #333333 |
| Light |  #ebe5e5 |
## Tech Stack
[](https://skillicons.dev)
## Functionality
- Authentication with password encryption
- Create Routines
- Delete Routines
- Add Habits
- Delete Habits
- Create Tasks
- Edit Tasks
- Delete Tasks
- Sort Tasks
- Search Tasks
- Grid/List View
- Pomodoro Timer
## Installation
Install my-project with npm
```bash
npm install my-project
cd my-project
```
## Run Locally
Clone the project
```bash
git clone https://github.com/jane-does-coding/Flowtime
```
Go to the project directory
```bash
cd my-project
```
Install dependencies
```bash
npm install
```
Start the server
```bash
npm run start
```
## Environment Variables
To run this project, you will need to add the following environment variables to your .env file
Add .env
```bash
DATABASE_URL=
NEXTAUTH_SECRET=
```