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

https://github.com/r3nanp/hunt

☀ A clone of Product Hunt!
https://github.com/r3nanp/hunt

api axios clone frontend-web product-hunt react unform

Last synced: 3 months ago
JSON representation

☀ A clone of Product Hunt!

Awesome Lists containing this project

README

        

# Hunt ☀


A clone of Product Hunt, result of Starter from Rocketseat.

[![style: styled-components](https://img.shields.io/badge/style-%F0%9F%92%85%20styled--components-orange.svg?colorB=daa357&colorA=db748e)](https://github.com/styled-components/styled-components)

![r3nanp](https://img.shields.io/badge/r3nanp-hunt-blue?style=flat-square)

---

## Techologies used 🛠
- React
- Typescript
- Unform
- axios
- Yup
- react-router-dom
- styled-components
- react-icons
- eslint
- prettier
## How to run and contribute 🤔

```
# Clone repository

$ git clone https://github.com/r3nanp/hunt.git
```

```
# Run this command at root of directory

$ yarn or npm run install
```

### How to Fork the project 💪

```
# Create a new branch with your changes:

$ git checkout -b
```

```
# Save your changes and create a commit message telling you what you did:

$ git commit -m ""
```

```
# Submit your changes:

$ git push origin
```
---

## Local settings

```
# To run the app in your machine:

$ yarn start or npm run start
```

```
# To build the app:

$ yarn build or npm run build
```

---
#### Screenshot