A React TypeScript (tsx) based Podcast website built on the ReactJS track of Next Level Week #5 presented by Rocketseat.
This project has been developed and tested with the following technologies:
- Node.js :: JavaScript runtime
- ReactJS :: Javascript library for user interfaces
- NextJS :: React framework
- Yarn :: package manager
- SASS :: CSS extension
- JSON-server :: fake API JSON server
- ...Work in progress
These instructions will take you to a copy of the project running on your local machine for testing and development purposes.
Note:
- git clone https://github.com/magujun/nextJS-podcastr.git
- cd nextJS-podcastr
All the classes were taught by Diego Fernandes at Rocketseat's NLW#5.
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
; - Commit your changes:
git commit -m 'feat: My new feature'
; - Push to your branch:
git push origin my-feature
.
After the merge of your pull request is done, you can delete your branch.
This project is under the MIT license.
See the LICENSE file for more details.