Skip to content

Latest commit

Β 

History

History
120 lines (81 loc) Β· 3.27 KB

README.md

File metadata and controls

120 lines (81 loc) Β· 3.27 KB

Boa Hancock Client

This is the web application for our Tinder application for Devs to find their pair programming matches.


image

πŸ’» Prerequisites

  • Install LTS Node version.
  • Fill the .env file, following the .env.example.

🎨 Layout

You can see the layout here in the figma

image image image image image


πŸ›  Tools used

  • Typescript
  • Next
  • Redux toolkit
  • Socket.io websockets
  • Phospor icons

πŸš€ Installing boa-hancock-client

Clone repository

  git clone https://github.com/RodrigoRVSN/boa-hancock-client.git

Install dependencies

  yarn install

Run application

  yarn dev

Run unit tests

  yarn test:watch

Run tests E2E

  yarn cy:run

πŸ“« Contribuiting with boa-hancock-client

To contribue with boa-hancock-client, follow the steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <name_branch>.
  3. Make the changes and confirm: git commit -m '<message_commit>'
  4. Send to original repository: git push origin <main_branch> / <local>
  5. Send the pull request.

Alternatively, see the GitHub documentation at how to create a pull request.


GitHub repo size GitHub language count GitHub forks Bitbucket open issues Bitbucket open pull requests


🀝 Contributors

Made with ❀️ by:

Foto do Rodrigo Victor no GitHub
Rodrigo Victor