An open API service indexing awesome lists of open source software.

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.

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