About | Features | Technologies | Requirements | Starting | License | Author
Project developed on Rocketseat's NLW #5.
✔️ Full-featured player;
My additions:
❌ CI-CD with GH Actions and Netlify;
❌ Local-storage state-saved dark mode Omni;
❌ Save last podcast with the exact stop time;
❌ Responsive Layout;
The following tools were used in this project:
Before starting 🏁, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/viniciussoaresti/podcastr
# Access
$ cd podcastr
# Install dependencies
$ yarn
# Run the project
$ yarn start
# The server will initialize in the <http://localhost:3000>
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Vinícius Soares