Music now it's an e-commerce project that offers you the best products from your favorite artists.
Try it out now: music-now.vercel.app
It's a web application that simulates an e-commerce. We offer you the opportunity to buy the merch from your favorite artists with the best experience.
Features:
- Create an account to save your favorite products in the bag
- Edit the amount of itens in the bag
- Shows the total purchase amount
- Delete any product from the bag
- Purchase confirmation by email
Coming soon:
- [] Improvements in the layout of the page
- [] Product search bar
- [] Purchases historic
The following tools and frameworks were used to create the app
-
Clone this repository
-
Create a .env file in the root
-
Define the REACT_APP_API_BASE_URL environment variable in the .env file
REACT_APP_API_BASE_URL=http://localhost:5000
- Install dependecies with npm
npm install
- Run the app
npm run start
- You might want to build the app
npm run build
- Acess the link http://localhost:3000/
Note: Make sure to run the API app before run the application
Made by: Kayque Coelho and Rui Neto