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.
Frontend Stack: Typescript, NextJs
React Libraries: Redux, Redux-Toolkit, Styled Components, Formik with Yup for validation
Deployment: Vercel
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/underscoreDev/audiophile-frontend.gitGo to the project directory
cd audiophile-frontendInstall dependencies
npm installStart the server
npm run devGo to the browser and type localhost:3000