Skip to content

Remix-based project used to manage my daily tasks to complete

Notifications You must be signed in to change notification settings

miquelarranz/queues

Repository files navigation

Welcome to Queues!

Queues is a web application that can be used to manage your daily tasks and keep track of your daily progress.

App overview

Decisions & Stack

  • The app is built with Remix. I wanted to give a try to the framework and live all the end-to-end journey.
  • The app uses Tailwind to style all the components. I'm a big fan of Tailwind! I have combined it with daisyUI to easily generate some components.
  • The app is connected to a Supabase database for now.

I will manage authentication there as well. This is a temporal approach, I plan to work on the server side at some point with Golang or another new technology to me.

Development

The app is connected and configured to my Supabase account. You must set up your own Supabase project by copy the .env.example file to .env and fill the variables with your own Supabase project.

Once connected, run the dev server:

yarn dev

About

Remix-based project used to manage my daily tasks to complete

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published