Clone of Spotify's registration / login form with dynamic input validation. Possibility to sign up / sign in by providing email address and password (Google, Facebook and Apple buttons are disabled).
Tech stack: React, Typescript, SCSS, Firebase
Libraries: React Router, FontAwesome
Live Page: https://marcelfronczak.github.io/spotify-form/
If you run this project for the first time, you need to install npm dependencies by typing
npm install
(this is for the one-time installation only)
In order to run project in a development mode type
npm run dev
then open browser and go to the url showed in the terminal.