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

https://github.com/edmilson-dk/podcastr

Project developed during Next level week # 5, using ReactJS with NextJS and TypeScript.
https://github.com/edmilson-dk/podcastr

nextjs reactjs typescript

Last synced: about 2 months ago
JSON representation

Project developed during Next level week # 5, using ReactJS with NextJS and TypeScript.

Awesome Lists containing this project

README

          

# PodCastr - Website


PRs welcome!
License
License
Stars
Languages



The Podcastr is an web projetct developmented on next level week #5.

## Topics

* [Layout](#layout)
* [Demo](#demo)
* [Features](#features)
* [Installation](#install)
* [License](#license)


## ⭐ Layout

### Home page

[Podcastr - Home]()


## 🎉 Demo

View the online website on the [Vercel](https://vercel.com/) server

[Doctor Cycle web site](https://podcastr.vercel.app/)


## 🚀 Functionalities

> The project does not have any functionality, as it is just a common web site with no actions.


## 👷 Installation and use

* 1 First clone the repository for your machine.

```sh
git clone https://github.com/edmilson-dk/podcastr.git
```

* 2 After that, enter the generated folder and install the project dependencies.

> You will need to have [Nodejs](https://nodejs.org/) installed on your machine, and [yarn](https://yarnpkg.com/) if you want to use it to install dependencies.

```sh
npm install
# or with yarn
yarn install
```

* 3 After that start the Reactjs server and it will automatically open the browser for you.

```sh
npm dev
# or with yarn
yarn dev
```


## 🤝 License

[MIT](https://github.com/edmilson-dk/posdcastr/blob/main/LICENSE) Project License

Creator with 💙 by [Edmilson Jesus](https://www.linkedin.com/in/edmilson-jesus-4128711b5)