A web app where you can get anonymous recommendations.
Try it out now at https://sing-me-a-song-two.vercel.app/
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.
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;
- Clone this repository
- Clone the back-end repository at https://github.com/Notye1K/sing-me-a-song-API
- Follow instructions to run the back-end at https://github.com/Notye1K/sing-me-a-song-API/tree/main#readme
- Install dependencies
npm i
- 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)
- 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!