r3nanp / hunt

☀ A clone of Product Hunt!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hunt

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

style: styled-components

r3nanp


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 <branch>
# Save your changes and create a commit message telling you what you did:

$ git commit -m "<commit>"
# Submit your changes:

$ git push origin <branch>

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

About

☀ A clone of Product Hunt!


Languages

Language:TypeScript 95.9%Language:HTML 4.1%