- About the Project ๐
- Built With ๐
- Tech Stack ๐๏ธ
- Key Features ๐ท๏ธ
- Getting Started ๐ป
- Setup โ๏ธ
- Prerequisites ๐งฑ
- Install ๐๏ธ
- Usage ๐
- Run tests ๐งช
- Deployment
- Authors ๐ค
- Future Features ๐ญ
- Contributing ๐ค
- Show your support ๐
- Acknowledgements ๐
- License ๐
this project sets-up a JavaScript project for the Leaderboard list app, using webpack and ES6 features, notably modules. developing a first working version of the app following a wireframe, will consume the Leaderboard API using JavaScript async and await and some styling.
Client
Server
- Adding a new item
- Displaying item on the page
To get a local copy up and running, follow these steps.
In order to run this project you need:
- A Github account
- Node JS
- Webpack
- A web browser to view output e.g Microsoft Edge.
- An IDE e.g Visual studio code.
- A terminal.
- Create a new folder to store the files in.
- Open your command prompt or terminal and run.
- Clone the repository
git clone https://github.com/MariamOsman11/Leaderboard.git
-
Install all dependencies:
npm install
-
Build the project:
npm run build
- Run the project:
npm start
- use your daily task
How should it be tested? To run tests, run the following command:
- HTML linter errors run:
npx hint .
- CSS linter errors run:
npx stylelint "**/*.{css,scss}" --fix
- JavaScript linter errors run:
npx eslint . --fix
You can deploy this project using: GitHub Pages, Vercel or Netlify.
This project was deployed using GitHub Pages. For more information about how to use GitHub pages read here ๐คฉ. If you want to watch a video about how to use GitHub pages instead of reading click here.
๐ค Author1 Mariam
- GitHub: @MariamOsman11
- Twitter: @Mariannaloveee
- LinkedIn: Marianna Osman
- Make the app responsive
- Reordering a selected item (as drag-and-drop)
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page
Give a โญ๏ธ if you like this project!
Microverse materials
This project is MIT licensed.