- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
In this project I set up a JavaScript for a Leaderboard list app, using webpack and ES6 features, notably modules. Data was added and fetched using a leaderboard API service
- HTML
- CSS
- JAVASCRIPT
Markup Language
Style
Layout
Interaction and Dynamic HTML
Module Bundler
- Add data to the Leaderboard.
- Refresh scorelist
To get a local copy up and running, follow these steps.
In order to run this project you need the following tools:
- Node.js on your computer
- Code editor e.g.: VScode
Clone this repository to your desired folder by running the following commands in your terminal:
cd your-prefered-folder-name
git clone https://github.com/mershark/Leaderboard-website.git
- Install this project with:
cd Leaderboard-website
npm install or npm i
- Run an optimized build for prodction:
npm run build
To run the project, execute the following command:
npm start
To run tests, run the following command:
npm run test
You can deploy this project by transferring the files in your local repository onto your server
👤 Mershark Takyi
- GitHub: @githubhandle
- LinkedIn: Profile link
- Remove score(s) from leaderboard
- Modify score(s) on leaderboard
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Thanks to the Microverse team for the great curriculum.
- Thanks to the Code Reviewer(s) for the insightful feedback.
- Thanks to my coding partners, the morning session team and standup team for their coperation.
This project is MIT licensed.