React and Morty is a project I made in a group of three in the school Codecool. This project shows our knowledge of React after one month!
React and Morty is a multi-page website that shows the characters and planets of the popular series Rick and Morty. It also displays the connections between characters and planets.
- As the name implies React 18.2.0 is our main technology we use.
- CSS 3 is applied for styling.
A package manager like npm or yarn
- Clone the repository from Github
- Move into the react-and morty folder with the terminal
- Install packages (for example with
npm install
)
- Run the program with
npm start
- Enjoy!