Skip to content

With YouMusic, we have created an innovative project in React that allows users to listen to music in a way similar to SoundCloud or Spotify. With our player, users can listen to songs, albums, create playlists, and save their favorite songs to listen to them anytime and anywhere

Notifications You must be signed in to change notification settings

lidiettes/YouMusicAppFront

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouMusicLogo

REACT MUSIC PROJECT

Put into practice all the previous knowledge learned in the master to develop a music app project using React.

General analysis

With YouMusic, we have created an innovative project in React that allows users to listen to music in a way similar to SoundCloud or Spotify. With our player, users can listen to songs, albums, create playlists, and save their favorite songs to listen to them anytime and anywhere.

In addition, in YouMusic, users have access to a personalized profile where they can edit all their data and settings at any time. The application is designed with a minimalist style and an intuitive interface that makes it very easy to use for any user.

Our goal is to provide a high-quality, hassle-free music listening experience for all music lovers. With YouMusic, you can listen to your favorite music anytime and anywhere, and access your songs and playlists at any time. Download YouMusic today and enjoy the best music on your device!

Used technology - Features

  • JavaScript, HTML and CSS.
  • React.js
  • Redux Toolkit
  • Node.js
  • Express.js
  • MongoDB

Hooks and personalized Hooks

  • useState, useEffect, useContext, Memo, useSelector
  • useAuth0, useNavigate, useSearchParams, useDispatch ...

Extras

  • Private routes
  • Cloudinary
  • Agile methodology with Scrum using GitHub Project

Libraries

##Frontend

"@auth0/auth0-react": "^1.12.0",
"@react-icons/all-files": "^4.1.0",
"@reduxjs/toolkit": "^1.9.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.2.0",
"bcryptjs": "^2.4.3",
"bootstrap": "^5.2.3",
"create-react-app": "^5.0.1",
"express-jwt": "^8.3.0",
"jwks-rsa": "^3.0.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-bootstrap": "^2.6.0",
"react-dom": "^18.2.0",
"react-h5-audio-player": "^3.8.6",
"react-icons": "^4.7.1",
"react-jinke-music-player": "^4.24.2",
"react-redux": "^8.0.5",
"react-responsive": "^9.0.2",
"react-router-dom": "^6.4.4",
"react-scripts": "5.0.1",
"redux": "^4.2.0",
"sweetalert2": "^11.6.15",
"swiper": "^8.4.5",
"uuid": "^9.0.0",
"web-vitals": "^2.1.4"

##Backend

"bcrypt": "5.1.0",
"cloudinary": "^1.33.0",
"cors": "2.8.5",
"dotenv": "^16.0.3",
"express": "4.18.2",
"express-jwt": "^8.4.0",
"helmet": "6.0.1",
"jwks-rsa": "^3.0.1",
"loglevel": "^1.8.1",
"moment": "2.29.4",
"mongoose": "6.8.3",
"morgan": "1.10.0",
"standard": "17.0.0",
"validator": "13.7.0"

1. Frontend

Mobile Visual Display

Home Page

mobile_2

Login Page

mobile_6

Album Page

mobile_8

Profile Page

mobile_3

Aside Page

mobile_5

Genres Page

mobile_4

Visual Display Browser

Home Page

mobile_10

Login Page

mobile_9

Album Page

mobile_11

2. Future implementations

  • React-Query
  • Styled components
  • Dislike
  • Improve playlist options
  • Client file upload
  • Implement radio and podcast options

3. Advantages of using React

  • Efficient code: React requires less code compared to other development platforms, making the creation and maintenance of the project easier.
  • Reusable components: This makes the application more scalable and easier to maintain, as errors occur in the component's own functionality or in its communication with the rest of the project.
  • Improves the user experience when navigating the web application, increases the page loading speed and facilitates the maintenance of the application.
  • In summary, React is a powerful tool that offers a wide range of advantages for web application development. By using React, we can create faster, more efficient and easier to maintain applications.

Authors

##Frontend

##Backend

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can't go back!

If you aren't satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

About

With YouMusic, we have created an innovative project in React that allows users to listen to music in a way similar to SoundCloud or Spotify. With our player, users can listen to songs, albums, create playlists, and save their favorite songs to listen to them anytime and anywhere

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.0%
  • CSS 8.4%
  • HTML 1.4%
  • Shell 0.2%