This project was bootstrapped with Create React App.
- Created simple react app
- Added simple http server to send request to external link, used next libraries: express, http, cors, request.
- Added search and images components
- Added request to local server with static query
- Render images from response
- Added search input to search images
- Added local state to App component and pass the props to the Search and Images components(decide to make components dumb)
- Commit a87bd3c3db89eb2f6e9555f369585c37646bf2a1 contain solution with react context
- add typescript
- add tests
- improve styles
- yarn install - install node modules
- yarn server - run local server
- yarn start - start 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.
Runs the local server at http://localhost:8080/