-
Play around Here!
-
I've been diving head first in React+Redux. I got bored and wanted to test myself to see if I'm able to create a very basic app that makes an API call to RickMortyAPI and render all the names onto a page
- An active to see which character is currently being displayed ✅
- I really want to implement a next page feature that allows you to see all the different dead characters. I'm currently just pulling them from a single page ✅
- No more CSS! Everything styled-component! ✅
- Pictures & Species & Location & Episode appearance! ✅
- CSSGRID! BEGONE BOOTSTRAP
- TONS OF STYLING
- JEST TESTING
-
node and yarn
-
Installation MacOS
brew install node
brew install yarn
- Cloning
git clone https://github.com/JKirkYuan/Dead-Ricks-React.git
yarn run start