- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
A simple leaderboard app from microverse curriculam.
Leaderboard App
Languages
- HTML
- CSS
- Javascript
Bundler
- Webpack
Server
- Github
- Add name and scores to the leaderboard
- Acquire data from leaderboard api
- Change styles
Add a link to your deployed project.
To get a local copy up and running, follow these steps.
Clone this repository to your desired folder:
git clone git@github.com:portfolio-roy/leaderboard.git
cd to-do-list
Install this project with:
npm install
To run the project in a development server, execute the following command:
npm start
To to build for the production, execute the following command:
npm run build
You can deploy this project using Github Pages
👤 Utsargo Roy
- GitHub: @utsargo
- Twitter: @royutsargo
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give me a star.
Thanks to my friend Lucas for a good insight of the code.
Add at least 2 questions new developers would ask when they decide to use your project.
-
What is this project?
- It's a project of micoverse curriculam.
-
Is there any SQL database for this site
- No, there isn't. However, I used javascirpt objects stored in a file as a small database.
This project is MIT licensed.