Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DonyaElbanna committed Jan 4, 2023
1 parent ce979c0 commit dd46829
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,41 @@

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Description

A responsive react app inspired by this [Freecodecamp Article](https://www.freecodecamp.org/news/react-js-project-build-a-rick-and-morty-character-wiki/).

It's a wiki app using the [Rick and Morty Api](https://rickandmortyapi.com/) to filter through the show's characters, episodes and locations, taking care of empty data (locations with no residents and filters with no matching characters).

## Technologies used

- [React](https://reactjs.org/)
- [React Hooks](https://reactjs.org/docs/hooks-intro.html)
- [Material UI](https://mui.com/material-ui/)
- [React-router-dom](https://reactrouter.com/en/main)

## Demo

#### Home Page

![Home Page](/demo/wiki-c.PNG.PNG)

#### Characters Page

![ Characters Page](/demo/wiki-c.PNG.PNG)

#### Locations Page

![ Locations Page](/demo/wiki-l.PNG.PNG)

#### To Top button & Pagination

![To Top button & Pagination](/demo/wiki-u.PNG)

#### Mobile View

![Mobile View](/demo/wiki-m.PNG)

## Available Scripts

In the project directory, you can run:
Expand Down
Binary file added demo/wiki-c.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demo/wiki-e.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demo/wiki-l.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demo/wiki-m.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demo/wiki-u.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dd46829

Please sign in to comment.