Skip to content

magaliais/podcastr

Repository files navigation



📋 Index




📖 About it


    Podcastr is a web application built to run in the browser as a Single Page Application using elements of Static Site Generation. This app allows its users to listen to their favorite podcasts, latest releases and more information about the episode they are listening to.

    To see how the app is working, you can visit this ✔️ link.



🛠 Techs and Tools


  • TypeScript;
  • React;
  • Next.js;
  • Sass;
  • Axios;
  • Figma;
  • Visual Code Studio;


🔖 Layout

    You can view the inicial layout of the project at Podcastr - layout. You must have a Figma account in order to access it.



⚙️ How to Run

    To run the application locally, you must first install Git, Node.js and VSCode.


🧭 Running the application


# Clone this repository
git clone https://github.com/magaliais/podcastr.git

# Find the directory
cd podcastr

# Download dependencies
yarn

# Run the application
yarn dev

# Open your browser at
https://localhost:3000


💪 How to contribute


  1. Fork the project.
  2. Create a new branch with your changes: `git checkout -b my-feature`
  3. Save your changes and commit describing what you did: `git commit -m "feature: My new feature"`
  4. Submit your changes: `git push origin my-feature`



Code by magaliais 👨‍💻. So long, and thanks for all the fish.

Releases

No releases published

Packages

No packages published