Click on this link if you want to see the app > https://gamepickerbase.herokuapp.com/
Front end portion of app that utilizes react, scss and react-router.
Multiple other libraries are used but mostly for aesthetic purposes.
A basic website, I'm hosting the entire website on heroku, the files for both the backend and front are being placed seperately on github.
This is a personal project for me to somewhat understand how I should be building a website.
There are a decent amount of issues that could be ironed out, but I want to study more while focusing my efforts on something that will benefit my knowledge and then go back to this project in the future.
I'm assuming anyone who ends up looking at this uses WSL or linux themselves so NPM has probably been previously installed.
The files in this branch will be using localhost:3001 as the server address, the one I upload to heroku will be different.
-
Clone the repo.
git clone https://github.com/Altord/game-picker-frontend.git -
Install it inside whichever directory you so please
-
Use npm run start
- React - Framework used
- React-Router - For dynamic pages
- SASS
- Material UI - Aesthetics and modals
- React Player - for youtube videos
- Proper commenting
- Clean and sanitize the code
- Fix browse, it's slow as hell because of the async function in the backend
- Add in the actual gamepicker component
- Add in the advanced search features