Skip to content

Commit 150c3f1

Browse files
authored
Ninth Project Completed
1 parent 780a716 commit 150c3f1

File tree

1 file changed

+11
-19
lines changed

1 file changed

+11
-19
lines changed

letras-canciones/README.md

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,19 @@ Website link [Song's Lyrics](https://letras-canciones-mrivera.netlify.app/).
44

55
## Summary
66

7-
This is my fifth web application developed with react. I decided to start learning the javascript library because in the future when I finish my degree I would like to specialize in web development. This website uses the useState and useEffect hooks in addition to local storage to manage medical appointments, and for the hosting of the application I used the Netlify platform.
7+
This is project 9/10, this project has 2 inputs, the first to enter the name of an artist and the other for the name of a song, when the search button is pressed, all the lyrics of the consulted song are returned. (This project consisted of 2 api's, however, since both could not have the information of an artist or a specific song, I leave out the second api that was responsible for returning the artist information).
88

9-
### Functionality
9+
### Learning
1010

11-
The application uses the hooks useState and useEffect, the first one is in charge of modifying the states of the objects where the information of the appointment is stored. The second is responsible for showing the wheater. I used an API called Open Wheather and import the information into a JSON.
12-
13-
### Design
14-
15-
I used the materialize style library. The other styles are inside a style sheet that is imported into the HTML. It is a simple design of a form and some cards to show the wheather.
11+
In the development of this project, I learned:
12+
- To consult 2 api's at the same time.
13+
- First API => [API](https://lyricsovh.docs.apiary.io/#).
14+
- Second API => [API](https://www.theaudiodb.com/).
1615

1716
### Run Locally
1817

19-
- Clone the repository `https://github.com/RiveraMariano/react-projects.git`
20-
- The project is on the `obtener-clima` folder
21-
- Open the cmd and get the project route
22-
- Run `npm start`
23-
- The project should run in the default browser :)
24-
25-
### Tech Stack
26-
27-
- React
28-
- React Hooks
29-
- Netlify
30-
- API
18+
- Clone the repository `https://github.com/RiveraMariano/react-projects.git`.
19+
- The project is on the `letras-canciones` folder.
20+
- Open the cmd and get the project route.
21+
- Run `npm install` for the dependencies.
22+
- Run `npm start` (The project should run in the default browser).

0 commit comments

Comments
 (0)