- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
The JavaScript capstone project is about building your own web application based on an external API. You will select an API that provides data about a topic that you like and then build the webapp around it.A home page showing a list of items that you can "like." A popup window with more data about an item that you can use to comment on it or reserve it for a period of time.
Client
Server
- Adding a new item
- Displaying item on the page
- the Involvement API
- the Async Function
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/melkamu12/JavaScript_Capstone_Project.git
- Install all dependencies:
```sh
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 Melkamu
- GitHub: @melkamu12
- Facebook: @Melkamu Almawu
- LinkedIn: Melkamu Almawu
👤 Author2 Mariam
- GitHub: @MariamOsman11
- Twitter: @Mariannaloveee
- LinkedIn: Marianna Osman
- Make the app responsive
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.