An overview website built in React for the podcast Gear of the Dark, including a native audio player for listening and an archive with rudimentary sorting and search.
This project was initially my final project for a React course at CimData done in about 4 days. The boilerplate behind it was provided, though I'll change and adjust the project incrementally to my liking as I work on it.
https://gear-of-the-dark.netlify.app
Add local .env
file, with the following:
VITE_RSS_FEED_URL=https://gearofthedark.podigee.io/feed/mp3
Install NPM packages:
npm i
Run the development server:
npm run dev