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.
-
Homepage Carousel: Browse the latest and trending anime series and episodes.
Uses React's built-in stores to manage carousel's page number.
- Node.js installed on your machine.
-
Clone the repository:
git clone https://github.com/paschyz/crunchyroll_clone.git
-
Install dependencies:
npm install
-
Navigate to the project directory:
cd crunchyroll_clone
-
Start the development server:
npm run dev
-
Then press "o" to open Crunchyroll_clone into your browser.
-
Special thanks to Crunchyroll for inspiring this project !
-
Shoutout to the React and Vite communities for their amazing work !