To Do list: interactive list

📗 Table of Contents

📖 To Do list: interactive list

In this project, I will set up a JavaScript project for the Leaderboard list app, using webpack and ES6 features, notably modules. I should develop a first working version of the app following a wireframe, but without styling - just focus on functionality. In following activities, I will consume the Leaderboard API using JavaScript async and await and add some styling.

🛠 Built With

Tech Stack

The various stacks used for the project includes the following

HTML
Javascript
CSS
Linters

Key Features

  • Use callbacks and promises.
  • Learn how to use proper ES6 syntax.
  • Use ES6 modules to write modular JavaScript.
  • Use webpack to bundle JavaScript.

(back to top)

💻 Getting Started

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer.

Prerequisites

From your command line:

On macOS, by using Homebrew you can install.

# install git
$ brew install git
# install node
$ brew install node

On Windows, by using chocolatey you can install.

# install git
C:\> choco install git
# install node
C:\> choco install node

Setup

Clone this repository to your desired folder:

# Clone this repository
$ git clone https://github.com/yemidada/leaderboard-setup.git

# Go into the repository
$ cd leaderboard-setup

# Install dependencies
$ npm install

Usage

After you clone this repo to your desktop, go to its root directory and run npm install to install its dependencies.

(back to top)

👥 Authors

👤 Author

(back to top)

🔭 Future Features

  • Improve the designs

(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 you can support us by sharing our code

(back to top)

🙏 Acknowledgments

Thanks you microverse for the opinion to opportunity

(back to top)

❓ FAQ (OPTIONAL)

  • Do you need nodejs installed on your machine

    • Yes, nodejs need to be running properly on your machine
  • Can you test linter on your local machine and github

    • Yes, you can do both

(back to top)

📝 License

This project is MIT licensed.

(back to top)