Skip to content

Commit 9fa8699

Browse files
authored
Seventh Project Finished
1 parent 3da5dc2 commit 9fa8699

File tree

1 file changed

+10
-20
lines changed

1 file changed

+10
-20
lines changed

buscador-noticias/README.md

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,18 @@ Website link [News Search Engine](https://buscador-noticias-mrivera.netlify.app/
44

55
## Summary
66

7-
This is my seventh 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 7/10, this project has a select where the category of news to be searched is chosen and when the button is pressed they are shown in small letters that have a button to redirect to the page where the official report is. (Unfortunately this api became a paid api and cannot be consulted in a project in production, however, if the project is installed and run locally, the news is shown).
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 creating the expense and decrease the remainder of the budget.
12-
13-
### Design
14-
15-
I used the skeleton style library in conjunction with google fonts for website text. 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 appointments.
11+
In the development of this project, I learned:
12+
- To use an api that asks for one parameter => [API](https://newsapi.org/).
13+
- To use .module files to add styles to components.
1614

1715
### Run Locally
1816

19-
- Clone the repository `https://github.com/RiveraMariano/react-projects.git`
20-
- The project is on the `buscador-noticias` 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-
- React Custom Hooks
31-
- API
17+
- Clone the repository `https://github.com/RiveraMariano/react-projects.git`.
18+
- The project is on the `buscador-noticias` 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

Comments
 (0)