Skip to content

adriantoddross/verzuz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify Status

Verzuz Preview

The Verzuz Preview app lets users compare two artists' top 20 songs. This project was bootstrapped with Create React App and uses the Genius API.

MVP Goals

  • Users can search for two artists
  • After searching, users can see the two artists side by side with their top 20 songs

Stretch Goals

  • Users can download an image of two artists, head to head so they can share it to social media
  • Create a database/schema/models to hold user upvotes
  • Add social login to prevent abuse & score cheating
  • Allow users to manually upvote an artist’s top 20 songs for a battle

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm test

Launches the test runner in the interactive watch mode.

npm run build

Builds the app for production to the build folder.