This is my Front-end project that connects with my back-end API project (listed above) and it is a platform where you can find reviews of board games. You can comment, Vote and even write your own reviews. It was built using React.js and styled with mostly Vanilla CSS and only few React UI frameworks for buttons and cards.
- In your teminal CLI:
$ git clone https://github.com/KhalidStonehouse2001/ks-games.git
$ cd ks-games
- Required dependencies will be pulled from the
package.json
file. In your teminal CLI:
$ npm install
- You can now run the app with the following command in the CLI, this will load the app in your Browser for you to use:
$ npm start