Project built with React 16.14, Material UI, and TypeScript.
These instructions will get you a copy of the project up and running on your local machine for development.
What things you need to install the software and how to install them
Node.js v16.x or higher
yarn 1.22.0 or higher
npm 6.x or higher
Note: This project uses cross-env to ensure compatibility with Node.js 17+ which requires the --openssl-legacy-provider flag for older Webpack versions.
A step by step series of examples that tell you how to get a development env running
Clone the repository
git clone git@github.com:nasarcacd/react-breaking-bad-assessment.git
Go to the root directory and run the following command
yarn
At the root folder run the following command:
yarn start
- Filters for characters
- Filters for episodes
- Research more about infinite scroll
- Add more look and feel
- Try to separate API calls and hooks
- ...
- ...