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
- Host: GitHub
- URL: https://github.com/prathamesh-mutkure/stadium-fc
- Owner: prathamesh-mutkure
- Created: 2021-10-24T10:16:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-31T19:27:20.000Z (over 3 years ago)
- Last Synced: 2025-02-09T19:41:53.162Z (4 months ago)
- Language: JavaScript
- Size: 2.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- AgeI'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/)