[Leaderboard] This project is part of my Microverse exercises, where we start building a Leaderboard application for storing a Leaderboard Scores.
I'm using mainly html, css and JavaScript for building this project.
- Use Gitflow
- Create an npm project with Webpack.
- Use ES6 modules, with import and export.
Comming soon
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Install text editor of your choice e.g VS Code, Atom, etc.
- Version Control System (Git Preferred).
Clone this repository to your desired folder:
Example commands:
cd my-folder
git clone https://github.com/erickma1/Leaderboard.git
Install this project with:
Example command:
- Open cloned repository in your text editor and start editing as required.
To run the project, execute the following command:
- Open index.html page of cloned repository in your local browser.
To run tests, run the following command:
npx stylelint "**/*.{css,scss}"
npx eslint .
npm start
You can deploy this project using:
- github pages
👤 erickma1
- GitHub: @githubhandle
- LinkedIn: LinkedIn
- [Developer_works_section]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project feel free to contact
- GitHub: @githubhandle
I would like to thank MicroVerse for the support.
This project is MIT licensed.