Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tobinchilongo/leaderboard
In this activity I am setting up a JavaScript project for the Leaderboard list app, using webpack and ES6 features, notably modules. I will develop a first working version of the app following a wireframe, 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.
https://github.com/tobinchilongo/leaderboard
api async await css3 html5 javascript jest rest webpack
Last synced: 30 days ago
JSON representation
In this activity I am setting up a JavaScript project for the Leaderboard list app, using webpack and ES6 features, notably modules. I will develop a first working version of the app following a wireframe, 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.
- Host: GitHub
- URL: https://github.com/tobinchilongo/leaderboard
- Owner: Tobinchilongo
- License: mit
- Created: 2022-01-24T12:37:01.000Z (almost 3 years ago)
- Default Branch: development
- Last Pushed: 2022-01-27T13:01:35.000Z (almost 3 years ago)
- Last Synced: 2023-03-04T02:57:33.100Z (almost 2 years ago)
- Topics: api, async, await, css3, html5, javascript, jest, rest, webpack
- Language: CSS
- Homepage:
- Size: 5 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# LEADERBOARD
In this activity I am setting up a JavaScript project for the Leaderboard list app, using webpack and ES6 features, notably modules. I will develop a first working version of the app following a wireframe, 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.
## Live Demo
[Live Link](https://tobinchilongo.github.io/Leaderboard/)
## SCREENSHOT
![screenshot](./images/Screenshot.png)
## Built With
- HTML
- CSS
- JavaScript
- Webpack## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
clone repo: `git clone https://github.com/Tobinchilongo/Leaderboard.git`
then
```
cd leaderboard
npm install
npm start
```## Authors
👤 **Tobin Chilongo Jr**
- GitHub: [@Tobinchilongo](https://github.com/Tobinchilongo)
- Twitter: [@Tobin_Official](https://twitter.com/Tobin_Official)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/tobin-chilongo-a6736415a/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc## 📝 License
This project is [MIT](./MIT.md) licensed.