GithubHelp home page GithubHelp logo

dharmarajx24 / nodesports Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 8.49 MB

An open source web app to host your tournaments and events.

Home Page: https://ns.overfloww.me

License: GNU General Public License v3.0

Shell 10.70% Vue 72.90% TypeScript 8.39% CSS 1.41% JavaScript 6.59%

nodesports's Introduction

Hi there ๐Ÿ‘‹

  • ๐Ÿ’ป I make computer do things with NodeJS
  • ๐Ÿ“ƒ I like VueJS (Vuetify/Quasar) but React is pretty cool too ๐Ÿ‘€
  • ๐ŸŒฑ Iโ€™m currently learning Flutter
  • ๐Ÿ’ฌ Ask me about Firebase and Backend Engineering
  • ๐Ÿ“ซ Find me at Discord and Stackoverflow

nodesports's People

Contributors

dharmarajx24 avatar hussamkhatib avatar suraj-gov avatar

Watchers

 avatar  avatar

nodesports's Issues

Move the user Avatar inside NavBar to a sepearate component

The code below makes the entire navBar to be in a loading state initially , even the static content.

const { user, error, isLoading } = useUser();
if (isLoading) return <div>Loading...</div>;
....
  • Move the avatar inside separate component so that loading is shown only in the avatar and not the entire nav bar as a whole.
  • Wait for #65 to be merged as the hooks of auth0 will be replaced by firebase auth

Add firebase login for auth and remove auth0

  • Consume the auth component of firebase as well so that we don't have to spend time building it from scratch (at least for now).
  • Provide a easy way to have route guards similar to what auth0 provides. I'm sure there are hooks for firebase made for that as well.
  • update readme (replace auth0 with firebase auth)

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.