In this application, the user can write a blurb in which they can analyze their text to find song lyrics based off what they typed in the blurb. The system will check the post for nouns and make a query to send a api call to Genius Lyrics to return the song name, artist, and lyrics for the chosen song.
AS A USER,
I want to be able to write how I feel and select a song that matches what I am feeling.
From the home screen, users can use the Get Started Button to sign-up/log in or the Learn More button to learn more about Vibee.
On the Dashboard, users can analyze write a post and use the analyze button or search bar to choose a song to match your feelings on the song.
Songs and posts are saved onto each user's individual profiles and "Collection" tabs to be viewed again later.
Must download and install Node
Developers may install dependencies within the package.json file with the following command in your terminal:
npm install
This command will automatically navigate into the client folder and install all additional dependencies.
Some of the packages used include:
- axios
- react
- react-dom
- bootstrap
- react-router-dom
- react-scripts
- web-vitals
- genius-lyrics
- firebase
- socket.io
MIT Copyright (c) 2020 Jesse Frausto
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Jesse Frausto
GitHub: https://github.com/jfrausto
Email: fraustojesse24@gmail.com
Michael Moreno
GitHub: https://github.com/mgmoreno22
Email: michaelmoreno751@gmail.com
Jose Ulices Perez Jr.
GitHub: https://github.com/JOCECODE
Email: jocecode27@gmail.com
Feel free to email the team with any questions with the application or troubleshooting. Provide your name and or contact info and we will get back to you ASAP.