Sing me a song

About

Have you ever asked anyone for a song recommendation? Sing me a song is an anonymous song recommendation app, the more people like a recommendation, the more likely it is to be recommended to others.

Technologies

  • React
  • Styled-components
  • Navigation (Router)
  • Axios
  • Typescript
  • Automated tests - Cypress and Jest
  • PostgreSQL

How to run

  1. Clone this repository

  2. Install dependencies

npm i
  1. Run the app with
npm start
  1. You can optionally build the project running
npm run build
  1. Finally, access http://localhost:3000 on your browser