https://github.com/royanger/get-focused
A React app built in Remix to help you focus on the tasks that need completing immediately.
https://github.com/royanger/get-focused
prisma react remix
Last synced: 2 months ago
JSON representation
A React app built in Remix to help you focus on the tasks that need completing immediately.
- Host: GitHub
- URL: https://github.com/royanger/get-focused
- Owner: royanger
- Created: 2021-11-23T07:29:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-16T07:23:20.000Z (almost 4 years ago)
- Last Synced: 2025-10-25T12:37:25.854Z (8 months ago)
- Topics: prisma, react, remix
- Language: TypeScript
- Homepage: get-focused.vercel.app
- Size: 4.41 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Get Focused
Get Focused is a Todo list app that focuses not on all the various tasks you need to do over the current day, week and the upcoming weeks but instead on the tasks you **need** to finish now. Get focused on the things you need to complete and don't bogged down in long lists with multiple buckets.
## Dev or Build App
`npm run dev`
Concurrently run Tailwind in JIT mode with non-minifed CSS and Remix App
`npm run start`
Run Tailwind and build minified CSS, then run Remix App
`npm run build`
Build minified Tailwind CSS file, build Remix App