Ecommerce focused on sales of music products and their artists.
Try it out now at https://music-now.vercel.app/
Application with the objective of bringing concepts of login, registration, api, styled-components and in addition to having its own api, the main technologies used for the development were:
- html
- css
- react
- react-router-dom
- styled-compents
By using this application, any user can make fictitious purchases and in turn receive a purchase confirmation email.
The following tools and frameworks were used in the construction of the project:
- Clone this repository
- Clone the back-end repository at https://github.com/ruineto-dev/api-music-now
- Follow instructions to run back-end at https://github.com/ruineto-dev/api-music-now
- Install dependencies
npm i
- Run the front-end with
npm run start
- You can optionally build the project running
npm run build
- Finally access http://localhost:3000 on your favorite browser (unless it is Internet Explorer. In this case, review your life decisions)