Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/claudiarojassoto/leaderboard
In this repository, I showcase my skills in creating a user interface using wireframes and connecting with the Leaderboard API. It displays player scores and enables the submission of personal scores.
https://github.com/claudiarojassoto/leaderboard
ecmascript6 javascript jest-tests webpack wireframes
Last synced: 15 days ago
JSON representation
In this repository, I showcase my skills in creating a user interface using wireframes and connecting with the Leaderboard API. It displays player scores and enables the submission of personal scores.
- Host: GitHub
- URL: https://github.com/claudiarojassoto/leaderboard
- Owner: ClaudiaRojasSoto
- License: other
- Created: 2023-06-19T21:42:50.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-01-14T02:42:51.000Z (about 1 year ago)
- Last Synced: 2025-01-08T00:58:31.091Z (about 1 month ago)
- Topics: ecmascript6, javascript, jest-tests, webpack, wireframes
- Language: JavaScript
- Homepage:
- Size: 551 KB
- Stars: 16
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
Leaderboard
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 \[Leaderboard\] ](#-leaderboard-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Project Structure](#project-structure)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)> This project consists of building a leaderboard website that displays scores submitted by different players. The website also allows users to submit their own scores. All data is preserved through the use of an external Leaderboard API service.s.
> HTML
> JS (Javascript)
> CSS
> WEBPACKClient
Server
- **[Webpack Configuration]**
- **[HTML Generation]**
- **[CSS Styling]**
- **[Development Server]**
- **[Code Quality]**
- **[Modular Structure]**
- **[ES6 Syntax]**
- **[JavaScript Functionality]**
- **[Gitflow]**
- **[Send and receive data from API]**
> You can see a Demo here: [Demo](https://claudiarojassoto.github.io/Leaderboard/dist/)
> To get a local copy up and running, follow these steps.
> This project requires Node.js and npm installed on your machine.
-Node.js
-npm
> -Clone this repository to your local machine using:
> git clone https://github.com/ClaudiaRojasSoto/Leaderboard.git
> -Navigate to the project folder:
> cd Leaderboard
> -Install the project dependencies:
> npm install
> o start the development server, run the following command:
> npm start
### Project Structure
> The project follows the following folder and file structure:
> /src: Contains the source files of the application.
> /src/index.js: Main entry point of the JavaScript application.
> /src/style.css: CSS file for the application styles.
> /src/index.html: Base HTML file of the application.
> /dist: Contains the generated production files.
> webpack.config.js: Webpack configuration file.
### Setup
> Clone this repository to your desired folder: https://github.com/ClaudiaRojasSoto/Leaderboard.git
### Install
> Install this project with: install WebLint and ESLint
### Usage
> To run the project, execute the following command: just need a web Browser
### Run tests
> To run tests, run the following command: you just need a simple web browser to run this project for a test
👤 **Claudia Rojas**
- GitHub: [@githubhandle](https://github.com/ClaudiaRojasSoto)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/claudia-soto-260504208/)
- **[User Authentication]**
> Contributions, issues, and feature requests are welcome!
> Feel free to check the [issues page](https://github.com/ClaudiaRojasSoto/Leaderboard/issues).
> If you like this project show support by following this account
> - Microverse for providing the opportunity to learn Git and GitHub in a collaborative environment.
> - GitHub Docs for providing a wealth of information on Git and GitHub.
> This project is [MIT licensed](https://github.com/ClaudiaRojasSoto/Leaderboard/blob/dev/MIT.md).