- 📖 About the Project
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
In this project, 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 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.
The various stacks used for the project includes the following
HTML
Javascript
CSS
Linters
- Use callbacks and promises.
- Learn how to use proper ES6 syntax.
- Use ES6 modules to write modular JavaScript.
- Use webpack to bundle JavaScript.
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer.
From your command line:
On macOS, by using Homebrew you can install.
# install git
$ brew install git
# install node
$ brew install node
On Windows, by using chocolatey you can install.
# install git
C:\> choco install git
# install node
C:\> choco install node
Clone this repository to your desired folder:
# Clone this repository
$ git clone https://github.com/yemidada/leaderboard-setup.git
# Go into the repository
$ cd leaderboard-setup
# Install dependencies
$ npm install
After you clone this repo to your desktop, go to its root directory and run npm install
to install its dependencies.
👤 Author
- GitHub: @yemidada
- Twitter: @naijavine
- LinkedIn: yemidada
- Improve the designs
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project you can support us by sharing our code
Thanks you microverse for the opinion to opportunity
-
Do you need nodejs installed on your machine
- Yes, nodejs need to be running properly on your machine
-
Can you test linter on your local machine and github
- Yes, you can do both
This project is MIT licensed.