Skip to content
/ webpack_setup Public template

Webpack is a static module bundler for modern JavaScript applications. It's intelligent enough to build all app dependencies based just on your file imports. It starts from a list of modules defined as entry points and recursively builds a dependency graph that includes every module the application needs.

Notifications You must be signed in to change notification settings

Lucas-Erkana/webpack_setup

Repository files navigation

Leaderboard App

📗 Table of Contents

📖 Leaderboard App

A simple leaderboard app from microverse curriculam.

Leaderboard App

🛠 Built With

Tech Stack

Languages
  • HTML
  • CSS
  • Javascript
Bundler
  • Webpack
Server
  • Github

Key Features

  • Add name and scores to the leaderboard
  • Acquire data from leaderboard api

(back to top)

🔭 Future Features

  • Change styles

🚀 Live Demo

Add a link to your deployed project.

(back to top)

💻 Getting Started

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

Setup

Clone this repository to your desired folder:

  git clone git@github.com:portfolio-roy/leaderboard.git
  cd to-do-list

Install

Install this project with:

  npm install

Usage

To run the project in a development server, execute the following command:

  npm start

To to build for the production, execute the following command:

  npm run build

Deployment

You can deploy this project using Github Pages

(back to top)

👥 Author

👤 Utsargo Roy

(back to top)

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project give me a star.

(back to top)

🙏 Acknowledgments

Thanks to my friend Lucas for a good insight of the code.

(back to top)

❓ FAQ

Add at least 2 questions new developers would ask when they decide to use your project.

  • What is this project?

    • It's a project of micoverse curriculam.
  • Is there any SQL database for this site

    • No, there isn't. However, I used javascirpt objects stored in a file as a small database.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

Webpack is a static module bundler for modern JavaScript applications. It's intelligent enough to build all app dependencies based just on your file imports. It starts from a list of modules defined as entry points and recursively builds a dependency graph that includes every module the application needs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published