Crunchyroll Clone

Overview

This project is a Crunchyroll clone built using React and Vite. It aims to replicate the popular anime streaming platform's user interface and carousel. The goal of this project is to extend my skills in frontend development and to get familiarized with React (particularily stores).

Link to the website here.

Preview

crunchy

Features

  • Homepage Carousel: Browse the latest and trending anime series and episodes.

    Uses React's built-in stores to manage carousel's page number.

Getting Started

Prerequisites

  • Node.js installed on your machine.

Installation

  1. Clone the repository:

    git clone https://github.com/paschyz/crunchyroll_clone.git
    
  2. Install dependencies:

    npm install
    
  3. Navigate to the project directory:

    cd crunchyroll_clone
    

Usage

  1. Start the development server:

    npm run dev
    
  2. Then press "o" to open Crunchyroll_clone into your browser.

Acknowledgments

  1. Special thanks to Crunchyroll for inspiring this project !

  2. Shoutout to the React and Vite communities for their amazing work !