Nemwel leader board is a simple application that consumes an API and lists people according to their scores.
When you submit a name and a score to the form, my leaderboard list will not automatically update itself. It requires you to hit the refresh button to fetch all the data from the API. Note that my leaderboard does not sort the scores it just displays them as they are.
- HTML-5
- CSS3
- Javacript modules
- Webpack
- Linters
Live site URL to my Nemwel Leader board Live Demo Link
- To get a local copy up and running follow these simple example steps.
- You only need a browser to run the html file in.
- Create a new folder to store the files in.
- Open your command prompt or terminal and run.
- git clone [email protected]:Nemwel-Boniface/Nemwel-LeaderBoard.git .
To use it run the following commands
To get the configurations of the app run npm install
To run the application run npm start
- To run tests run :
npx hint .
npx stylelint "**/*.{css,scss}"
npx eslint .
- Project is deployed using
- git push <branch_name>
👤 Author1
- GitHub: @Nemwel-Boniface
- Twitter: @nemwel_bonie
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
Major thanks to Nemwel
This project is MIT licensed.