Microverse-Leaderboard-setup-project

A JavaScript project for the Leaderboard list app, using webpack and ES6 features, notably modules, following a wireframe

MIT License

Stars
1

Microverse-WebPack-Template

Git/GitHub flow, webpack, linters, and workflows.

Table of Contents

[Leaderboard]

Describe your project in 1 or 2 sentences.

[Leaderboard] - In this activity you will continue working on the Leaderboard list app, sending and receiving data from/to the Leaderboard API.

Built With

Tech Stack

PEN Stack (PostgreSQL, Express.js, Node.js)

Key Features

key features of the application.

  • [Add Scores]

Live Demo

Add a link to your deployed project.

Getting Started

How a you could make use of this project.

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

Prerequisites

In order to run this project you need these, incase they are not already setup, Kindly Read Prerequisites.

Setup

Clone this repository to your desired folder:

  mkdir my-folder
  cd my-folder
  git clone [email protected]:SSEKPIUS/Microverse-WebPack-Template.git  

Install

Install this project with:

  npm install -force

Usage

To run the project, execute the following command:

Example command:

  npm run start

Run tests

To run tests, run the following command:

Example command:

  npm test

Deployment

You can deploy this project using:

Authors

Mention all of the collaborators of this project.

Author 1

  1. Ssekweyama Pius

Future Features

features i will add to the project.

  • [delete score]

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

We encourage you to support this project

If you like this project, kindly donate a token at Paypal

Acknowledgments

Credit to everyone who inspired this codebase.

I would like to thank microverse student team for the resorces availed.

FAQ

Questions new developers would ask when they decide to use this project.

  • What is front-end, HTML, CSS and JavaScript

    • The front end refers to the parts of the application that users (also known as "clients") interact with directly
    • As a front-end dev, you'll implement these tasks primarily using HTML to define the structure of web pages, CSS to add styling, and JavaScript to add interactivity.
  • What is back-end and Full stack

    • The back end refers to the parts of the application that run behind the scenes and aren't presented directly to the user/client.
    • The back end typically includes a web server which handles HTTP connections received from the front-end client (usually a web browser)
    • Full stack simply includes both the front end AND back end!

License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

Related Projects