Git Product home page Git Product logo

podcastr's Introduction

Podcastr

About   |    Technologies   |    Getting Started   |    Upgrades

🎶 About

The Podcaster is the best place to listen to your favorites podcasts :D

Application made based on NLW#5 online workshop, hosted by Rocketseat 🚀

    Project Wireframe

🎤 Technologies

📃 Dependencies: -> package.json

  • Next JS: The best framework to create SSG or SSR pages
  • Typescript: It's written in TypeScript
  • Axios: Best lib to work with Promise-based HTTP client
  • Date-fns: Best lib to work with Date in Javascript
  • RC-Slider: To make the track slider
  • SASS: To optimize CSS perfomance
  • JSON Server: Fake server API creator

📝Custom: ->

Script to execute JSON Server with fake delay:

"server": "json-server src/service/server.json -w -d 750 -p 3333"

🎹 Getting Started

You must have installed:

  1. Node.js. Here
  2. GIT. Here

After that, go to the terminal and execute those steps:

  $ git clone https://github.com/gamadv/podcastr.git
  cd podcastr
  $ npm install

  # or

  $ yarn
  #Starting server

  $ yarn dev

  #on another terminal

  $ yarn server -> to start JSON Server 
  • SSG or SSR feature can only be tested after building prject:

Building app

  #Creating build

  $ yarn build

  #testing

  $ yarn start

🎵 Upgrades:

Some features are pending, those are:

💙 Made by

podcastr's People

Contributors

gamadv avatar mirandajunior10 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

mirandajunior10

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.