This React app displays the UI for an aesthetically pleasing login form with the option to enter user credentials or use a social media account to sign in.
Project is created with:
- Javascript
- HTML
- CSS
- React
- Social media logins
To have this app running on your local computer, please follow the below steps:
Clone repository:
$ git clone git@github.com:codecaviette/login-app.git
Navigate to the project folder:
$ cd login-app
Install project dependencies:
$ yarn install
Run the project:
$ yarn start
This app was inspired by CodeWithKris's tutorial.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.