Next Rick-n-Morty is an interactive web application inspired by the popular animated series "Rick and Morty." This project showcases the use of modern technologies, such as Next.js, to create a dynamic and fast interface that allows users to explore the "Rick and Morty" universe.
``# rick_n_morty
GET /api/characters
GET /api/characters/${id}
Parameter | Type | Description |
---|---|---|
id | string | Required. Id of item to fetch |
https://fetchyourbrain.github.io/next_rick-n-morty/
To deploy this project run
npm run deploy
To run this project, you will need to add the following environment variables to your .env file
API_KEY
ANOTHER_API_KEY
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.
I'm a full stack developer...
Install Next Rick-n-Morty with npm
npm install next_rick-n-morty
cd next_rick-n-morty
To start the development server, run:
npm run dev
Then open your browser and go to:
http://localhost:3000