Skip to content

AaronFabian/orange-juice

Repository files navigation

Orange Juice

A simple anime streaming website, built with react.js and laravel. Aiming for every user and user experience.

Techologies

  • Axios
  • HTML
  • CSS
  • JavaScript
  • Inertia.js
  • Laravel
  • MySQL
  • React.js
  • React Icons
  • React Hot Toast
  • PHP
  • Tailwind.css
  • Video.js
  • Vite

Link Website

https://ice-chocolate.com

Screenshot

Main Page
login page
Login Page
login page
Register Page
login page
Streaming Page
login page
Streaming Page (comment section)
login page
Favorite Page
login page

Installation

Clone and move to the repository

important

don't forget to setup your mysql and .env

git clone https://github.com/AaronFabian/orange-juice.git;
cd orange-juice;

install packages

composer install;
npm i;

create the database

php artisan migrate:fresh;

run the server

backend

php artisan serve;

frontend

npm run dev;

Web Design by Jonathan Malvin