See our application live here
- Html
- Javascript, ES6
- CSS
- React
- npm
- ESLint
- Git
- Vite
- React
- React Hooks (useState)
- Firebase, firestore database, firebase storage
- Material UI
This app enables users to:
- Search for Local Bands: Find information about bands playing in your area.
- Save Favorite Bands: Follow your favorite bands for quick access.
- Connect with other Users: Engage in conversations with others who share similar music interests.
- Explore New Bands: Discover and explore new bands to broaden your musical horizons.
Feel free to explore these functionalities to enhance your experience with Sound Check!
- Navigate to the GitHub repository for this project.
- Click the
Code
button and copy the URL for HTTPS. - Open Bash and type:
git clone https://github.com/kimmykokonut/sound-check.git
- It should appear on your Desktop.
- Go into the project directory in Bash and type
$ code .
to open in VS Code. If you do not have VS Code Editor, you may download it here. - Once in VS Code, open the terminal there and type
$ npm install
(to install the packages and dependencies). - Everything should be running now.
- To launch the dev server, run
$ npm run dev
then$ o + enter
or click the link in the terminal.
MIT License. See LICENSE.md for further information