In this project, I developed a web application that recommends anime, focusing on API usage. My goal is to dynamically display the data I retrieve from the API on my web page and interact with the user. The user can receive a random recommendation or have an anime come up according to the genres he/she has categorized. In the incoming data, they can access the poster, name, season and episode number of the recommended anime, as well as its summary, and if they wish, they can watch the trailer of the anime on the site.
After install my project on github, you need to install npm packages from package-lock.json file. For this you can use this command -->
npm install
This command will install all packages.
Make sure node.js enviroment is downloaded. If you haven't yet, you need to download node.js.
And then, you can run my project on your computer with using this command -->
node index.js
If you have nodemon, you can use this command -->
nodemon index.js
Finally you can go to "localhost:3000" url and try my website. Be careful, if the 3000 port is full, you need to switch to another port or close the application that uses the 3000 port number.
HTML5, CSS3, Node.js, Express.js, Axios, Ejs Templates.