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
- Host: GitHub
- URL: https://github.com/felipeblobo/devtalk
- Owner: felipeblobo
- Created: 2021-04-20T10:36:28.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-26T14:11:07.000Z (about 5 years ago)
- Last Synced: 2024-10-24T15:39:58.642Z (over 1 year ago)
- Topics: json-server, nlw5, podcast, podcastr, reactjs, rocketseat, scss, typescript, yarn
- Language: TypeScript
- Homepage: devtalk.vercel.app
- Size: 399 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# devTalk
Acesse aqui: https://devtalk.vercel.app/
Desktop version
Mobile version
## 💻 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