An open API service indexing awesome lists of open source software.

https://github.com/prathamesh-mutkure/stadium-fc

React website for Stadium FC test
https://github.com/prathamesh-mutkure/stadium-fc

Last synced: 2 months ago
JSON representation

React website for Stadium FC test

Awesome Lists containing this project

README

        

# Stadium FC - Internship

This repo contains the React.js project created by me for round 2 of Stadium FC internship application.

**Website:** [https://stadiumfc-internship.herokuapp.com/](https://stadiumfc-internship.herokuapp.com/)

Player can be searched based on following attributes:

- Name
- Club
- Country/Nationality
- Age

I've converted the CSV data to `.json` format and assigned `id` to each player for convenience.

_NOTE: The website may load slower at first as it's hosted on heroku's free tier which shuts off the dyno when not active for an hour_

#### Test Locally

Run locally with command - `npm start` and it will automatically open [http://localhost:3000](http://localhost:3000/)