Skip to content

roopsagar-k/anime-sphere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anime-Sphere

Anime-Sphere is a web application that allows users to explore trending animes, receive personalized recommendations, and search for detailed information on any anime. The project is built using EJS, HTML, CSS, and Express.js.

Features

  1. Trending Animes: View the latest trending animes on the homepage.
  2. Personalized Recommendations: Receive anime recommendations based on user preferences.
  3. Search Functionality: Easily search for any anime using the search bar.
  4. Anime Details: Click on a search result card to access full information about a specific anime, including trailers.

Public APIs

Anime-Sphere utilizes the following public APIs to fetch data:

  1. Jikan
  2. Kitsu

Tech Stack

  • EJS: A template engine for rendering dynamic content on the server side.
  • HTML and CSS: Used for structuring and styling the web pages.
  • Express.js: A web application framework for Node.js that simplifies the development of web applications.

Getting Started

Follow these steps to run the project locally:

  1. Clone the repository:

    git clone https://github.com/your-username/anime-sphere.git
    
  2. Navigate to the project directory:

    cd anime-sphere
    
  3. Install dependencies:

    npm install
    

Run the Application

Start the application:

node index.js

Open your web browser and go to http://localhost:3000 to access Anime-Sphere.

Live Demo

Check out the live demo of Anime-Sphere hosted at Anime-sphere.

Project Structure

  • views/: Contains EJS templates for different pages.
  • public/: Includes static assets such as stylesheets and client-side scripts.
  • index.js: The main server file for running the Express.js application.

Happy exploring the Anime-Sphere!

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors