|
1 | | -# API-based-webapp |
2 | | -The JavaScript capstone project is about building your web application based on an external API. We will select an API that provides data about a topic that we like and then build the webapp around it. |
| 1 | + |
| 2 | + |
| 3 | +# Project Name : API-based-webapp |
| 4 | + |
| 5 | +> The JavaScript capstone project is about building your web application based on an external API. We will select an API that provides data about a topic that we like and then build the webapp around it.!You can find project at https://amrendrakind.github.io/API-based-webapp/ |
| 6 | +
|
| 7 | +## Built With |
| 8 | + |
| 9 | +- HTML |
| 10 | +- CSS |
| 11 | +- JavaScripts |
| 12 | +- GitFlow |
| 13 | +- Linters |
| 14 | +- Webpack |
| 15 | +- Jest |
| 16 | + |
| 17 | +## Live Demo (Link for My API-based-webapp Project) |
| 18 | + |
| 19 | +[Live Demo Link](https://amrendrakind.github.io/API-based-webapp) |
| 20 | + |
| 21 | +## Video presentation |
| 22 | + |
| 23 | +[project presentation](https://drive.google.com/file/d/1BZz586zXu5IRRIYC2WcSv68A44VbQbuL/view?usp=sharing) |
| 24 | + |
| 25 | +## API Information |
| 26 | + |
| 27 | +- [TV Maze](https://www.tvmaze.com/api) : This API was used for media information |
| 28 | +- [Involment API](https://www.notion.so/microverse/Involvement-API-869e60b5ad104603aa6db59e08150270) :We used this API to store and retrieve likes and comments information. |
| 29 | + |
| 30 | +## Development set up |
| 31 | + |
| 32 | +Clone Repository using |
| 33 | +`git clone git@github.com:amrendrakind/API-based-webapp.git` |
| 34 | + |
| 35 | +OR using HTTPS |
| 36 | + |
| 37 | +`git clone https://github.com/amrendrakind/API-based-webapp.git` |
| 38 | + |
| 39 | +move into project directory |
| 40 | + |
| 41 | +`cd API-based-webapp` |
| 42 | + |
| 43 | +Install Project dependancies using `NPM` |
| 44 | + |
| 45 | +`npm install` |
| 46 | + |
| 47 | +build with the command |
| 48 | + |
| 49 | +`npm run build` |
| 50 | + |
| 51 | +launch project locally with |
| 52 | + |
| 53 | +`npm start` |
| 54 | + |
| 55 | +## Jest |
| 56 | + |
| 57 | +run for Testing |
| 58 | + |
| 59 | +`npm test` |
| 60 | + |
| 61 | +## Author |
| 62 | + |
| 63 | +👤 **Oscar Bermudez** |
| 64 | + |
| 65 | +- GitHub: [@githubhandle](https://github.com/zkr024) |
| 66 | +- Twitter: [@twitterhandle](https://twitter.com/zkr024) |
| 67 | +- LinkedIn: [LinkedIn](https://linkedin.com/in/oscar-bermudez-07908222a) |
| 68 | + |
| 69 | +👤 **Amrendra K** |
| 70 | + |
| 71 | +- GitHub: [@githubhandle](https://github.com/amrendrakind) |
| 72 | +- Twitter: [@twitterhandle](https://twitter.com/amrendrak_) |
| 73 | +- LinkedIn: [LinkedIn](https://linkedin.com/in/amrendraakumar) |
| 74 | + |
| 75 | +## 🤝 Contributing |
| 76 | + |
| 77 | +Contributions, issues, and feature requests are welcome! |
| 78 | + |
| 79 | +Feel free to check the [issues page](../../issues/). |
| 80 | + |
| 81 | +## Show your support |
| 82 | + |
| 83 | +Give a ⭐️ if you like this project! |
| 84 | + |
| 85 | +## Acknowledgments |
| 86 | + |
| 87 | +- Microverse team for guidance |
| 88 | + |
| 89 | +## 📝 License |
| 90 | + |
| 91 | +This project is [MIT](./MIT.md) licensed. |
0 commit comments