Rick and Morty Website App

image

CONTENT and DATA

Hi! In this project that I've developed, I designed a website about Rick and Morty. It has responsive design, so you can open and review this website on any device you want. I used this API for data.

PAGES

It is a website consisting of 5 pages.

- Home Page

- Characters Page

- Locations Page

- Episodes Page

- Favorite Char Page

Also, there is a sixth page if you try to access a site that doesn't exist.

- Not Found Page

DEVELOPMENT

Here are some of the tools I use

- Axios for fetch

- React Hooks for data & state management

- SCSS for styling

- i18next & react-i18next for multi-language (EN | TR)

- Material UI Library for some React Components

DEPLOYMENT

- Netlify

I preferred Netlify for the deployment phase. You can access it via this link.

- Localhost

If you want to run this site in your local, you can clone the project. After that, you can simply follow the steps below in your terminal.

npm install

npm start

When you get the notification which shows that the terminal is running successfully, the browser will most likely open automatically the website. But if it doesn't, you can go to the http://localhost:3000.

THANKS

This project was developed by Güney Eroğlu for Kodluyoruz. I want to thank the Kodluyoruz Team for giving us this opportunity, our trainer Tolga Eğilmezel for sharing his knowledge and experience with us, and the assistant group for their support.