Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 1.16 KB

File metadata and controls

60 lines (37 loc) · 1.16 KB

Gamanza React Code Assessment

Project built with React 16.14, Material UI, and TypeScript.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development.

Prerequisites

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.

Installing

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

Running the project

At the root folder run the following command:

yarn start

Requirements not implemented

  1. Filters for characters
  2. Filters for episodes

Things to do with more time

  1. Research more about infinite scroll
  2. Add more look and feel
  3. Try to separate API calls and hooks

Bugs

  1. ...
  2. ...