You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: breaking-bad/README.md
+10-19Lines changed: 10 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,27 +4,18 @@ Website link [Breaking Bad](https://breaking-bad-mrivera.netlify.app/).
4
4
5
5
## Summary
6
6
7
-
This is the fourth web application I 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 4/10, this project generates random phrases from the “Breaking Bad” series and displays them on the screen.
8
8
9
-
### Functionality
9
+
### Learning
10
10
11
-
I implemented an API to get quotes from the series Breaking Bad. 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 creating the expense and decrease the remainder of the budget.
12
-
13
-
### Design
14
-
15
-
I installed Emotion library to create styled components and a normal css file for the body of the app.
11
+
In the development of this project, I learned:
12
+
- To consult api's and extract their information => [API](https://breaking-bad-quotes.herokuapp.com/v1/quotes).
13
+
- To use the async / await functions.
16
14
17
15
### Run Locally
18
16
19
-
- Clone the repository `https://github.com/RiveraMariano/react-projects.git`
20
-
- The project is on the `breaking-bad` 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
-
- Breaking Bad API
29
-
- React Hooks
30
-
- Netlify
17
+
- Clone the repository `https://github.com/RiveraMariano/react-projects.git`.
18
+
- The project is on the `breaking-bad` folder.
19
+
- Open the cmd and get the project route.
20
+
- Run `npm install` for the dependencies.
21
+
- Run `npm start` (The project should run in the default browser).
0 commit comments