Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 794 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 794 Bytes

Getting Started with Create React App

To start creating your react app run the command:

npx create-react-app app-name

cd app-name

npm start

About

This is the front-end for "Social Gaming". This applications number one purpose is to create a safe environment for video game users to play and find other gamers. Which also creates a safe environment for these gamers.

React

JavaScript

Material UI

JWT, FireBase Authentication

The application was deployed using firebase hosting

Installation

To install the component library used for this project and have it saved in your package.json dependencies, run:

// with npm

npm install @mui/material @emotion/react @emotion/styled

// with yarn

yarn add @mui/material @emotion/react @emotion/styled