Skip to content

Notye1K/sing-me-a-song

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sing me a song

A web app where you can get anonymous recommendations.

sing

Try it out now at https://sing-me-a-song-two.vercel.app/

About

Below are the implemented features:

  • Share a video
  • Upvote and downvote
  • See ranking
  • Get a recommendation

The more upvotes the greater the chance of being recommended.

Technologies

The following tools and frameworks were used in the construction of the project:

axios; react; react-icons; react-player; create-react-app; react-router-dom; styled-components; cypress;

How to run

  1. Clone this repository
  2. Clone the back-end repository at https://github.com/Notye1K/sing-me-a-song-API
  3. Follow instructions to run the back-end at https://github.com/Notye1K/sing-me-a-song-API/tree/main#readme
  4. Install dependencies

npm i

  1. Run the front-end with

npm start

This script will open a window in your browser, if don't you can access http://localhost:3000 on your favorite browser (unless it is Internet Explorer. In this case, review your life decisions)

  1. You can optionally build the project running

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!