- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
The JavaScript capstone project is about building my own web application based on an external API. The webapp has 2 user interfaces:
- 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.
- HTML, CSS, JavaScript
- VSCode and GitHub
- Webpack
- TVMAZE API
- Involvement API
Server
Database
- N/A
- [Git Flow]
- [Good HTML, CSS and JS practices]
- [ES6, modules]
Clone this repository to get started with the project, make sure to configure linters by following the instructions in the Linters README file
In order to run this project you need:
- A working computer.
- Connection to internet.
- Clone the folder to your local machine.
- Open a local copy of the project in your code editor.
- Open the index.html file from the /dist folder in your browser.
- Run
npm install
to install all dev dependencies for Linters, Webpack & Babel.
-
To run the project, execute the following command:
npm run start
in your terminal.
-
To run test functions, execute the following command:
npm test
in your terminal.
- After pushing the changes on github, merge your pull request and let github action process changes and fix errors, if any.
- For stylelint errors run:
sudo npx stylelint "*/.{css,scss}" --fix
for automatic fix.
👤 Ashmal Zahra
- GitHub: @ashmalzahrae
- Twitter: @AshmalZahraa
- LinkedIn: ashmal-zahra
👤 Jesus Molina
- GitHub: @Sparktan24
- Twitter: @Sparktan1
- LinkedIn: Jesus Molina
- Cool styles will be added in the future
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
I would like to thank Microverse for the information provided to build this project.
-
Can I use the project for any purpose?
- Yes, you can.
-
Is the information saved in any database?
- No, all data is saved in Local Storage.
This project is MIT licensed.