Skip to content

You can find anime suggestion function in this project. This is web application project with uses express.js and API.

Notifications You must be signed in to change notification settings

DuyguKara/AnimeCrush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anime Crush

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.

Installation

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.

Technologies

HTML5, CSS3, Node.js, Express.js, Axios, Ejs Templates.

License

MIT

About

You can find anime suggestion function in this project. This is web application project with uses express.js and API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published