- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
Leaderboard list app is a JavaScript project that uses webpack and ES6 features, including modules. Developed from wireframe and uses API using asynchronous and pending JavaScript.
Client
Server
Database
- [Set up a JavaScript project for the Leaderboard list app]
- [Use callbacks and promises.]
- [Learn how to use proper ES6 syntax..]
- [Use ES6 modules to write modular JavaScript.]
- [Use webpack to bundle JavaScript.]
- [Write plain HTML markup with minimum styling (just to make the layout).]
- [The section "Featured speakers" is created dynamically in JavaScript.]
- [Deploy the project.]
- [Open a pull request.]
To get a local copy up and running, follow these steps.
In order to run this project you need:
If you don't have git installed on your machine you can download it from here.
If you need to run my project locally follow the steps below :
- Have git installed. (For version control)
- Have text editor installed. (Preferablly VSCode)
- Have node installed.
- Have npm package manager Installed.
- Have webpack installed. (module bundler)
- Have CSS,HTML & JS Linters installed and configured. For further information, visit this link to get better understanding on each linters used on this project.
- Properly use ES6 Syntax and ES6 Modules throughout the project.
Clone this repository to your desired folder:
Once you have git installed on your machine you can clone your project by running the command below to clone your project to your local machine
git clone <https://github.com/AlexisJW/M1-Capstone.git>
Alternatively, you can download the zip file of your project by clicking on the Code
button on the right side of your project page and clicking on Download ZIP
- First, Initialize NPM Package Manageer
npm init -y
- Install Webpack, Required plugin(s), Style/CSS Loader and Webpack-dev-server
npm install webpack webpack-cli --save-dev
npm install --save-dev html-webpack-plugin
npm install --save-dev style-loader css-loader
npm install --save-dev webpack-dev-server
- Start running build
npm build run
npm start
To run the project, execute the following command:
Locate the folder where you cloned your project to and open the index.html
file in your browser to view the project.
To run tests, run the following command:
- No tests at the moment.
👤 Jean Walner ALEXIS
- GitHub: @githubhandle
- LinkedIn: LinkedIn
- [Make some changes]
- [Code Review]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, let me know in my email: jeanwalneralexis@yahoo.com, please!
- Microverse
- Coding Partners
- Code Reviewers
-
[How much times did you spend to build this project?]
- [Only 10 hours.]
This project is MIT