Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meltrust/scory
A plain Javascript web app that connects to an API to retrieve and save scores. You can add all the scores you want and those are submitted and saved to the API.
https://github.com/meltrust/scory
api html javascript webpack
Last synced: 25 days ago
JSON representation
A plain Javascript web app that connects to an API to retrieve and save scores. You can add all the scores you want and those are submitted and saved to the API.
- Host: GitHub
- URL: https://github.com/meltrust/scory
- Owner: Meltrust
- License: mit
- Created: 2021-10-06T07:29:53.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2021-11-23T00:51:29.000Z (about 3 years ago)
- Last Synced: 2024-10-18T06:52:42.342Z (3 months ago)
- Topics: api, html, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 1.06 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scory
> A Javascript web app that connects to an API to retrieve and save scores.
![screenshot](./assets/img/app_screenshot.png)
Scory is a web app made with Javascript that displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service.
## Demo
https://meltrust.github.io/scory/
## Made with
- Plain Javascript
- Webpack
- CSS3
- HTML5## Future Updates & Roadmap
- More general styling.
## Getting Started
To get a local copy up and running follow these simple example steps:
1. Under the repository name, click the Clone or download green button.
![clone](https://user-images.githubusercontent.com/53324035/73660989-4451aa80-4667-11ea-8a89-176f89d6548a.png)
2.Copy the URL given by clicking the clipboard button
3.Open a terminal window in your local machine and change the current directory to the one you want the clone directory to be made.
4.Type git clone and the paste the URL you previusly copied to the clipboard
5.Change the current directory to the newly created folder
6.Open the index.html file on your browser. You can add and remove books which persist on browser reloads.
7.In your terminal, `npm install` to install the dependencies.
8.Now run `npm start` and the app should appear on your browser.
## Author
👤 **Miguel Tapia**
- Github: [@meltrust](https://github.com/meltrust)
- Linkedin: [linkedin](https://www.linkedin.com/in/meltrust/)
- Or talk to me directly at: [email protected]## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc## 📝 License
This project is [MIT](lic.url) licensed.