A Next.js app that consumes the Rick and Morty API and list characters.
https://rick-and-morty-amber-one.vercel.app
This project was created for study purposes. The main goal is to show the technologies I like to use, how I organize my projects and show my frontend skills. All the animations and transitions were made by me with CSS (Sass) transitions and keyframes, without the need of any external library.
For state management I chose to use ContextAPI as there's only a few data that needed to be global.
The app consumes the Rick and Morty API, created by Axel Fuhrmann.
rick-and-morty-app.mp4
-
Clone down this repository. You will need
node
andyarn
installed globally on your machine.git clone https://github.com/MarceloDJunior/rick-and-morty.git
-
Install dependencies:
yarn
-
Start Dev Server:
yarn dev
-
Visit the app in
localhost:3000
MIT © Marcelo Dornelles Junior