Skip to content

ehlui/rick-n-morty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rick and Morty consumer App

Front-end only SPA project for practising and learning about REACT.

Project Structure

  • Relevant dirs and its scripts and files
$ tree -I 'node_modules|docs'
.
├── README.md
├── package-lock.json
├── package.json
├── public
│   ├── favicon.ico
│   ├── index.html
│   ├── manifest.json
│   ├── robots.txt
│   └── styles
│       └── bootstrap-5.2.0
│           ├── css
│           │   └── bootstrap.min.css
│           └── js
│               └── bootstrap.bundle.min.js
└── src
    ├── App.css
    ├── App.js
    ├── components
    │   ├── Characters.js
    │   ├── Navbar.js
    │   └── Pagination.js
    ├── context
    │   └── StaticContext.js
    ├── functions
    │   ├── characterUtils.js
    │   └── textUtils.js
    ├── index.css
    └── index.js

UI - Views

  • First page header and some results view

First page

  • Second page view

First page

  • Second page buttom view

First page

  • Last page view

First page

  • Warning on page number input view

First page

About

Rick and morty api consumer and showing all the characters

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors