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

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.

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

**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)

## 🛠 Built With

### Tech Stack

Client

Server


  • N/A

Database


  • N/A

### Key Features

- **[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

(back to top)

### Screenshot

![](./app_screenshot.png)

## 🚀 Live Demo

- [Live Demo Link](https://rating-players-derrick.netlify.app/)

(back to top)

## 💻 Getting Started

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

(back to top)

## 👥 Authors

👤 **Author1**

- GitHub: [@inspecta](https://github.com/inspecta)
- LinkedIn: [LinkedIn](https://linkedin.com/in/mulinde-derrick)
- Frontend Mentor: [@inspecta](https://www.frontendmentor.io/profile/inspecta)

(back to top)

## 🔭 Future Features

- [ ] **[I hope to add animation features]**
- [ ] **[A backend to permanently store these ratings]**
- [ ] **[User feedback features after an operation]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project, go ahead and give it a star.

(back to top)

## 🙏 Acknowledgments

I would like to thank my mother for her continued support.

(back to top)

## ❓ FAQ (OPTIONAL)

- **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.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)