This project consists of developing a music player using React, JavaScript, HTML, and CSS. It is based on the following layout on Figma.
- The project is available on this link.
To begin with, choose the song you want to listen to or click on the play button to start by the first song on the playlist. Use the buttons to stop, play the previous song, pause or play, and play the next song, respectively. Utilize the bar and the icon on the bottom right to control the volume or mute the song.
This project was developed during the Full Stack Software Development course at @cubosacademy. It was bootstrapped with Create React App.
-
Clone this repository:
$ git clone [email protected]:rafawessling/module3_react_project.git
-
Access the project folder on the terminal/cmd:
$ cd module3_react_project
-
Install the dependencies:
$ npm install
-
Execute the application:
$ npm start
The server will run on port: 3000 → Access: http://localhost:3000.
In this project, the following technologies are used:
- React
- JavaScript
- Node
- HTML
- CSS
- Git and GitHub
- Figma
- Editor: Visual Studio Code
- Fonts: Roboto, Rubik
- How to contribute to the project:
- Fork the project;
- Create a new branch:
$ git checkout -b my-feature
- Save your changes and commit it:
$ git commit -m "feat: Added new feature"
- Submit:
$ git push origin my-feature
Developed by Rafaela Wessling Oening. Reach out!