Skip to content

SaqifAbrar/jukeboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

🎵 JukeBoard

JukeBoard is essentially a digital soundboard that runs on a web application. You can upload your own audio files and play them at the press of a button.

⬇️ Table of Contents

🔨 Set-Up

  1. Prequisite Installs
    1. The latest LTS version of Node.js and npm
    2. Preferably an install of create-react-app
  2. Clone this git repository
  3. Navigate install all packages
    cd app_node
    npm i
    cd ../app_react
    npm i
  4. Run the back-end server
    cd app_node
    nodemon index.js
  5. While the back-end server is running, run the front-end server
    cd app_react
    npm run start
  6. Open your browser at http://localhost:3000/ and that will start you with the home page

📄 Resources


Post hackathon updates!

[ ] Adding the CRUD functionality!

About

MLH Hackerland Hackathon 07.03.22 Submission

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published