Bootstrapped with Create React App.
This project was done in order to practice the following:
- Use of components
- Using custom hooks
- Use Hooks useState, useEffects
- Obtain data through an Api Rest (with Fetch)
- Practice Css styles BEM ( and media query)
- ✅ LocalStorage to remember last search
- ✅ Apply placeholder loader
- ✅ Use react-router-dom and create pages
- ✅ ADD Navbar
- ➡️ TODO -> Pagination
- ➡️ TODO -> Filter by Year
- ➡️ TODO -> Apply Context Api for keep state
If you want to recreate this project locally, you must obtain an apikey in omdbapi.com and apply it in the environment variables (.env), then with git clone
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.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.