🏆 DEVANG SHARMA 🚀
🏆 Linktree: https://linktr.ee/idevangsharma
This Project was Made in Masterclass by Devang Sharma in Collaboration with Newton School.
Date : 6th February 2022
Mentor: DEVANG SHARMA
Batch: NEWTON SCHOOL
Agenda : Spotify - Product Overview, Clone, and Hosting
✅ Introduction- DONE
✅ Scope and Definition- DONE
✅ Spotify as a Product- DONE
✅ Live Demo of Clone- Web Version- DONE
✅ Requirement clarification - DONE
- Functional
- Non Functional
- Out of Scope
✅ Intro to React Js
✅ Environment Setup- VS Code- DONE
✅ Github Account - DONE
✅ Create Repo: spotify clone by __: DONE
✅ Heroku Account: DONE
"Please Type 'Hi' in the Chat Box if you have joined and Can See this Screen". "We Will Start immediately After Every one has joined the session"
-
Install Node and Npm (Node Package Manager) in your System - DONE
(https://nodejs.org/en/download/)
Check With: node -v and npm -v -
Diff between npm create and npx create
(npm install -g create-react-app)
(npx create-react-app spotify-clone-by-devang)
(Spotify Developer - https://developer.spotify.com/dashboard/)
Redirect URI- http://localhost:3000/ - DONE
(1) Music Streaming App (2) Download Option- Listen Offline (3) Playlist -> Segregate Songs on Playlists (4) Podcasts (5) Liked Songs/Podcasts (6) Search - Name, Artist, Podcast, category (7) Recommendation System (8) Subscription Model - Payment Options (9) Group Listening- Good (10) Music in Loop/Autoplay (11) Ringtone - Days/Payment (12) Follow (13) Write Operation -> Upload Content Read Heavy Application (14) History(Used for Recommendation System) and rating
- Create Login Page
(1) Click Login Button- DONE
(2) Redirect to Spotify- DONE
(3) Redirect to Home Page Once Authorised- DONE
EDA Workflow Demo
Flipkart -> Pay -> Paytm -> Payment -> Flipkart
- DO NOT PUSH Node-Modules
Two Methods:
(1) Github Desktop
(2) Git Command
git status
git add . (Don't Use Node Modules)
git commit -m "Added Spotify"
git push
(1) Create Profile On Heroku
(2) Create Repo
(3) Create Heroku App
(4) Select Region - US ot Europe
(5) Select Github Repo
(6) Deploy on Heroku
Build Will be Successful and Spotify Clone would be published to a LIVE Website.
(1) Post About in Linkedin
(2) Github Link and recording
(3) Certificate
(4) Newton School
(1) Clone the Repo
(2) Install Dependencies
Command: npm install
(3) Run the App
Command: npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
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.
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.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
⭐️ All Credits Owned and reserved by DEVANG SHARMA, and in Collaboration with Newton School. Must Seek Author Approval before use.
⭐️ From DEVANG SHARMA