https://github.com/inspecta/player-ratings
An app to rate players depending on their performances. Edit or even update any player rating.
https://github.com/inspecta/player-ratings
html5 reacthooks reactjs tailwindcss
Last synced: 10 months ago
JSON representation
An app to rate players depending on their performances. Edit or even update any player rating.
- Host: GitHub
- URL: https://github.com/inspecta/player-ratings
- Owner: inspecta
- License: other
- Created: 2023-04-09T10:42:55.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-04-25T16:13:26.000Z (over 2 years ago)
- Last Synced: 2025-01-20T21:49:11.240Z (11 months ago)
- Topics: html5, reacthooks, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://rating-players-derrick.netlify.app/
- Size: 1.25 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PlAYER RATINGS APP
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)
**Player Ratings App** is a simple React app that helps the user to collect ratings of football players after a game. Rate your players out of 10 depending on how they performed in the game. Delete, edit or update any player rating.
Developed using React, and the app state is managed using React Hooks (Going up and down the app)
Client
Server
- N/A
Database
- N/A
- **[key_feature_1]** Add Player details
- **[key_feature_2]** Add player rating and reason for the rating.
- **[key_feature_3]** Eidt rating and also delete unwanted rating
### Screenshot

- [Live Demo Link](https://rating-players-derrick.netlify.app/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Node.js installed
- Text editor (Preferrably VS Code)
- Browser (Chrome or IE)
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone git@github.com:inspecta/player-ratings.git
```
### Install
Install this project with:
```sh
cd my-project
npm install
```
### Usage
To run the project, execute the following command:
```sh
npm start
```
### Run tests
To run tests, run the following command:
- None at the moment
### Deployment
You can deploy this project using Netlify or GitHub pages
👤 **Author1**
- GitHub: [@inspecta](https://github.com/inspecta)
- LinkedIn: [LinkedIn](https://linkedin.com/in/mulinde-derrick)
- Frontend Mentor: [@inspecta](https://www.frontendmentor.io/profile/inspecta)
- [ ] **[I hope to add animation features]**
- [ ] **[A backend to permanently store these ratings]**
- [ ] **[User feedback features after an operation]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, go ahead and give it a star.
I would like to thank my mother for her continued support.
- **Can I fork this repository?**
- Sure you can.
- **Can I contribute to this project?**
- Yes please. Contact me at **djmulinde@gmail.com** and I will add you as a contributor.
This project is [MIT](./LICENSE) licensed.