A basic web application that allows users to add their scores and names. This project was also created to test my knowledge on webpack in general and APIs
A basic web application that allows users to add their scores and names. This project was also created to test my knowledge on webpack in general and APIs
- Major languages: HTML, CSS & Javascript
- Technologies used: Linters, Git and Github, webpack.
You should be having Node.js installed on your computer
To get a local copy up and running follow these simple example steps.
-
Navigate to a folder where you want the cloned file to appear
-
Clone this repo in your terminal or git bash using the command
git clone (https://github.com/jaamanu/Leaderboard-list-app.git)
-
run
npm install
to install all the necessary dependencies including the linters
These were linter tests mainly
- For css, run
npx hint .
- Html, run
npx stylelint "**/*.{css,scss}"
- Javascript
npx eslint .
- To check for functionality with automated test run
npm test
👤 JAMES ASIBEY MANU
- Github: @jaamanu
- Twitter: @Jamesasibeymanu
- LinkedIn: jaamanu
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.