The Ricky Morty App is a web application that allows users to explore characters from the popular animated TV show "Rick and Morty". Users can view details about each character, search for specific characters, and access a shop for Ricky Morty merchandise. This App is connected with Ricky and Morty API and Higrogen Shopify framework.
- View a homepage with links to different sections of the app.
- Browse and search for Ricky Morty characters.
- Access detailed information about each character.
- Visit the Ricky Morty shop for merchandise and products.
- React.js: A JavaScript library for building user interfaces.
- React Router: A library for routing and navigation in a React application.
- Shopify Hydrogen: A set of React components and utilities for building Shopify storefronts.
- Ricky and Morty API: An external API used to fetch data about characters and other details from the popular animated series "Rick and Morty." This API enhances the application by providing additional content and functionality related to the show.
- Clone the repository to your local machine.
git clone https://github.com/your-username/Ricky-morty-app.git
cd Ricky-morty-app
-
In your terminal, open folder App
cd my-app
npm install
npm start
. -
Crete a Shop Online in Shopify Check your Node version (you will need app v18 to run Hidrogen)
node -v
Create and Account in Shopify
Create your Store
-
Install Higrogen. Check documentation on Higrogen
```cd my-app npm create @shopify/hydrogen@latest ? Choose a template Hello World > Demo Store ? Choose a language > JavaScript > TypeScript Where would you like to create your app? > Add a NAME ? Install dependencies with npm? > Yes > No cd ricky-morty-shop npm run dev```
-
Update your public API token and Public domain with yours
-
Update the link of the shop online in Home1.js