This is a very simple React project that utilizes the Rick & Morty API. In this application you can list all the characters based on the attributes that you choose. You can list the characters based on their gender and their alive/dead status.
In the project directory, you can run:
npm start
But before running this command I recommend first installing the Node modules with the command given below.
npm install
After that you can start 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.