This project is a web app that showcases a music artist's work. It has four pages:
- Intro: Features the artist's latest work, an about section with information about the artist, and a section for upcoming events with dates and links.
- Music: Contains the artist's discography, including tracks and albums. Songs can be played using the custom audio player at the bottom of the page. More information about songs can be discovered by expanding the player.
- Gallery: Showcases music videos by the artist in the videos section and an image gallery with images related to the artist.
- Shop: Links to the Muimbaji store, an ecommerce page linked with Strapi that showcases merchandise on sale by the artist.
Check out the deployed site here
Here are the steps to install this project:
- Clone the repository:
git clone https://github.com/username/repository.git
- Navigate into the directory:
cd repository
- Install the dependencies:
npm install
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.\
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!
- store: Contains code that implements the eshop in this web app
- Karanja J Njuguna - <kei-en>
This project is licensed under the MIT License - see the LICENSE file for details.
- store: Contains code that implements the eshop in this web app
- Karanja J Njuguna - <kei-en>
This project is licensed under the MIT License - see the LICENSE file for details.