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

https://github.com/felipeblobo/devtalk

Projeto feito durante a 5ª NLW da Rocketseat
https://github.com/felipeblobo/devtalk

json-server nlw5 podcast podcastr reactjs rocketseat scss typescript yarn

Last synced: over 1 year ago
JSON representation

Projeto feito durante a 5ª NLW da Rocketseat

Awesome Lists containing this project

README

          

# devTalk

Acesse aqui: https://devtalk.vercel.app/



Desktop version


Exemplo da aplicação




Mobile version


Exemplo da aplicação mobile





## 💻 Project
O # devTalk é uma aplicação que foi desenvolvida durante a Next Level Week 5 de React da RocketSeat. A aplicação permite a execução de um Player com Podcasts.




## ⛏ Techs
- [X] TypeScript
- [X] ReactJS
- [X] [Next.js](https://nextjs.org/docs)

### Dependencies
- [X] Yarn
- [X] Axios
- [X] JSON-Server
- [X] SASS
- [X] Date-Fsn

### Next Level
- [X] Resposividade
- [] Dark-theme
- [] PWA

## 💻 Getting started

### Requirements

- You need to install both [Node.js](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/) to run this project.

**Clone the project and access the folder**

```bash
$ git clone https://github.com/felipeblobo/devtalk.git && cd devtalk
```

**Follow the steps below**

```bash
# Install the dependencies
$ yarn

# Run the backend fake server
$ yarn server

# Run the web server
$ yarn dev
```

## 📝 License

This project is under the MIT license. See the archive [LICENSE](LICENSE.md) for more details.

---


Feito por Felipe Lôbo