- 📖 About the Project
- 💻 Getting Started
- 👥 Author
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Leaderboard is a project that was created to inline with the Microverse curriculumn. It is a app that makes calls to an api and displays recent scores posted on the API. In addition, it also allows the user to post some information to the API.
I plan to implement the following features:
- [List] This section showcases the list of recent scores posted to an API.
- [Form] This section provides two inputs that the user can use to feed a name and a score to the API.
- [Buttons] Buttons on the app allow the user to manipulate the list by either refreshing the list, or submitting a new entry.
To get a local copy up and running, follow these steps.
Prerequisites </>
In order to set up a local copy of this repository, you need to have git installed:
Clone this repository to your desired folder:
Example commands:
mkdir my-folder
cd my-folder
git clone git@github.com:microvese-projects/leaderBoard.git
npm install
To run the project:
Run
npm start
Tests can be performed using the lighthouse extension on google chrome to get a report of the page performance.
👤 Benson Njuguna
- GitHub: @bennyjoez
- Twitter: @bennyjoezz
I plan to add the following features:
- [Delete_score]
- [Filter_scores]
- [Clear_scores]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, you can show your support by giving this project's repository a star on github.
I would like to thank Microverse for the outstanding collection of information they have provided that enabled me to create the project.
This project is MIT licensed.