Audiophile is a online store that sells luxury and branded audio gadgets ranging from earphones, speakers, to headsets. The main aim of this web application is to present the products in the most user-friendly format and keeping accessibility in mind.
Run this application into your local environment by forking the repository and enter the following commands in your local terminal
Clone the project
git clone https://github.com/hussain-shariff/audiophile.git
Go to the project directory
cd audiophile
Install dependencies
npm install
Start the server
npm run dev