Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.04 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.04 KB

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