Leaderboard
ONJoseph Leaderboard project
JavaScript leaderboard project using API.
Description
In this activity I will set up a JavaScript project for the Leaderboard list app, using webpack and ES6 features, notably modules. I should develop a first working version of the app following a wire frame, but without styling – just focus on functionality. In following activities, I will consume the Leaderboard API using JavaScript async and await and add some styling.
Instructions:
- Use Gitflow
- Create an npm project with webpack
- Write plain HTML markup with minimum styling (just to make the layout), because you will implement styles in the following steps
- Don’t make API calls (you’ll do it in a following lesson).
- Use ES6 modules, with import and export.
Built With
- Major languages: HTML, CSS, JS
- Frameworks: none
- Technologies used: Git, webpack, API
Live Demo
- Not deployed yet.
Getting Started
To get a local copy up and running follow these simple example steps.
Prerequisites
- Internet connection and browser
- A text editor(preferably Visual Studio Code)
- Browser
Setup
- No setup required
Install
Usage
- Clone the repository using
git clone https://github.com/ONJoseph/Leaderboard.git
- Change directory into the project folder
cd Leaderboard
- Run
npm install
from the terminal - Run
npm start
from the terminal - A new browser will open automatically with application loaded
Run tests
- N/A
Deployment
- All the files necessary for deployment are in the /dist folder
Authors
👤 Joseph Ogbole
🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Show your support
Give a ⭐️ if you like this project!
Acknowledgments
📝 License
This project is MIT licensed.