Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/c-ehrlich/hikaru-challenge

Watch all of ヒカル's videos
https://github.com/c-ehrlich/hikaru-challenge

Last synced: 4 days ago
JSON representation

Watch all of ヒカル's videos

Awesome Lists containing this project

README

        

# Hikaru Challenge

## About
This app is two things:
1. An easy way to watch all Hikaru videos and keep track of where you are. It uses LocalStorage, so progress is saved between sessions.
2. It can easily be adjusted to track any other playlist of videos by using a different JSON file.

## What's the point?
YouTube playlist functionality utterly breaks when the playlist reaches above some very large number of videos.
A couple of [Immersion Language Learners](https://discord.gg/XuwYR4Wy6j) wanted to watch all 1500+ hours of the YouTuber "ヒカル", so the [Hikaru Challenge](https://www.youtube.com/watch?v=hdsp3cMl_20) was born.

## Installation and Setup
Clone down this repository. You will need node and npm installed globally on your machine.

Installing Dependencies:

`npm install`

To Start Server:

`npm start`

To Visit App:

`localhost:3000`

To deploy to GitHub Pages:

[See Create-React-App Documentation](https://create-react-app.dev/docs/deployment/#github-pages)

## Todo
* Actual Good Styling
* A way to create the required JSON files without requiring YouTube API access