Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajgadev/search-movie-technical-test
React test consulting a movies api
https://github.com/ajgadev/search-movie-technical-test
react technical-test typescript
Last synced: about 1 month ago
JSON representation
React test consulting a movies api
- Host: GitHub
- URL: https://github.com/ajgadev/search-movie-technical-test
- Owner: ajgadev
- Created: 2024-03-27T15:15:28.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-27T15:19:01.000Z (10 months ago)
- Last Synced: 2024-05-04T13:35:39.465Z (8 months ago)
- Topics: react, technical-test, typescript
- Language: CSS
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Movie search app
Create an application to search for movies.
API to use: - https://www.omdbapi.com/
Obtain the API Key on the website by registering your email.
Requirements:✅ It needs to display an input field to search for the movie and a button to initiate the search.
✅ List the movies and display the title, year, and poster.
✅ Ensure the form functionality works.
✅ Display movies in a responsive grid layout.
✅ Fetch data from the API.
First iteration:
✅ Prevent the same search from being performed twice in a row.
✅ Initiate the search automatically while typing.
✅ Prevent continuous searching while typing (debounce).
## Technologies
- Typescript
- React## How to run
- npm install
- npm run dev