Hiep2301 / Netime

Home Page:netime.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netime

Netime is a website to watch anime with vietnamese subtitle, built with React and Tailwind.

Table of contents

Technologies

Note: Both of them using Typescript

Server github repo: Netime-server

Setup

To run this project, install it locally using npm (or yarn):

npm install
npm start

Change API_URL in src/constants.ts to let the project works properly

Example

Here is some screenshots to show how the website would looks like.

homescreen watchscreen

Or here is live example

Todo

  • Guide tour in watch screen.
  • Footer ✔️
  • More compatible with mobile devices
  • Meta Tags
  • Save user's episodes. (Maybe using localStorage, or a database if I have time.)
  • Skeleton loading
  • Comments

Maybe

  • A domain
  • Comics section to read.
  • Authorization system (If I have enough time.)

Sources

  • Video player design is inspired by Netflix (Sadly I can't make the same as them)
  • Data from AnimeVSub

About

netime.vercel.app


Languages

Language:TypeScript 93.4%Language:CSS 2.9%Language:HTML 2.4%Language:JavaScript 1.3%