This App displays a list of movies and TV series. You can also search by name a movie or a TV serie you are interested in. By clicking on an image or a name of a movie or TV serie, you can access to more details.
First run the npm install
command to install the packages
Note: You’ll need to have Node >= 14 on your local development machine.
Then run npm start
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.
Run npm test
Launches the test runner in the interactive watch mode.\
Runnpm run build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
The commandnpm run lint
runs the linter that is configured with the .eslintrc
You can modify the rules in the .eslintrc if you wish.
Currently, the rules are : no console.log and no unused imports. If you want to remove all unused imports, run : npx eslint --fix
This project was bootstrapped with Create React App, using the Redux and Redux Toolkit TS template.