- π About the Project
- π₯ Authors
- π Future Features
- π€ Contributing
- βοΈ Show your support
- π Acknowledgements
- β FAQ (OPTIONAL)
- π License
In this project, I will continue working on the Leaderboard list app, sending and receiving data from/to the Leaderboard API.
The various stacks used for the project includes the following
HTML
Javascript
CSS
Linters
- Send and receive data from an API.
- Use API documentation.
- Understand and use JSON.
- Make JavaScript code asynchronous.
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.