/gd-front

Primary LanguageTypeScript

Solid connect project

This is a website which connects users with referral codes. All users can see any users as part of an assessment for GDLauncher

Getting started

Head over to https://black-wave-082590703.3.azurestaticapps.net/ to begin

  • Sign up with a username, and optionally a referral code
  • You see a list of all available users, this list updates in real-time
  • Your own referrals are highlighted in green
  • You may also see other users' referrals

Tools used:

  • Solidjs
  • Tailwind CSS

Running it locally

To run this project locally, follow the steps below

  • Clone this repository git clone https://github.com/DreadedHippy/gd-front.git
  • Move into the gd-front folder: cd gd-front
  • Install required dependencies: npm i
  • Run the development server: npm run dev