Coder Social home page Coder Social logo

igotthingstodo's Introduction

igotthingstodo

igotthingstodo is a fast ๐Ÿ”ฅ and sleek ๐Ÿ˜Ž todo list โœ… https://igotthingstodo.vercel.app/

Tech used

This is my first project using any of the tech below โฌ‡๏ธ

Frontend - Sveltekit. Sveltekit renders blazingly fast ๐ŸŽ๏ธ thanks to its server side rendering and no ๐Ÿ‘ virtual ๐Ÿ‘ dom ๐Ÿ‘.

Backend - Firebase. Firebase handles our...

  • user authentication - set up with google & apple signin
  • cloud functions - when a user signs up, we also add them to our DB
  • database - add todo items as documents under the userid/todos
  • security rules - only the correct user can read their todo items
  • emulating - in development, run local emulators for all used services so i can test changes before pushign

We also take an aggressive lazy loading stance and don't load any firebase code in the initial load.

This helps keep our lighthouse scores up โญโญโญ

image

Dev environment - Docker. We are using docker just for the dev environment in this project. It fixes the "won't run on my machine" problem. One command docker-compose up --build will download npm packages, install firebase CLI, start the dev server, start firebase emulators, and more.

CI/CD - Github actions. Automatically deploy to firebase on every push.

Hosting - Vercel. This was the easiest hosting I've ever set up - 3 clicks! And it auto-detects new changes in the repo to redeploy ๐Ÿคฏ

Styling- Tailwind. It was a 1 day learning curve but now I can't go back to regular CSS ๐Ÿ˜

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

igotthingstodo's People

Contributors

ethernetz avatar

Stargazers

 avatar Curtis avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.