Abenezer-Tilahun / Leaderboard

This is a solo project being built in our second module of our curriculum at microverse. its a Leaderboard application were you are able to add your name and score to the leaderboard with the help of an API your details can be stored and retrieved correctly
2 stars 0 forks source link
bootstrap5 css javascript

Leaderboard

This is a solo project being built in our second module of our curriculum at microverse. its a Leaderboard application were you are able to add your name and score to the leaderboard with the help of an API your details can be stored and retrieved correctly screenshot Our goal here is to Build a Leaderboard application where you can add your name and score to it with the help of an API. click here to see deployed live version

Features implemented so far are:

Built With

To get a local copy up and running follow these simple example steps.

Prerequisites

The basic requirements for building the executable are:

Getting Started

Cloning the project

git clone  https://github.com/Abenezer-Tilahun/Leaderboard.git <Your-Build-Directory>

Getting packages and dependencies

To get all package modules required to build the project run:

npm install

every package module required to build the project is listed in the package.json file. this is used as a reference to get all dependencies.

Building

To build the project run:

npm run build

after you run this sucessfully you'd locate the build from in the dist folder located from the parent directory of the project. two files are being built which are, main.js and index.html

Running

To run the program on a browser through a server run this command in your cli

npm start

This should open the page in your localhost on port 8080. then you'd be able to view the built page generated using webpack.

🤝 Contributing

Feel free to check the issues page.

Authors

👤 Author1

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.