/RickAndMortyReact

Small application that adds a rick and morty rest api, this one presents all the characters of the series and some extra data.

Primary LanguageJavaScriptMIT LicenseMIT


project preview

RickAndMortyReact

Small application that adds a rick and morty rest api, this one presents all the characters of the series and some extra data.

View Demo · Report Bug

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. License
  6. Contact

About The Project

This is a practical project on the basics of react, I decided to do it as a practice because it uses several useful technologies in development.

(back to top)

Built With

In this section I show the technologies used in this project such as frameworks/libraries.

  • React
  • Tailwind.css
  • Github Pages

(back to top)

Getting Started

Prerequisites

The first thing you need is an updated version of npm

  • npm
    npm install npm@latest -g

Installation

The first thing you need to do is clone the repository, then install the dependencies and it is ready to run.

  1. Clone the repo
    git clone https://github.com/Fufinop/RickAndMortyReact.git
  2. Install NPM packages
    npm install
  3. Runs the project
    npm run dev

(back to top)

Roadmap

  • Ad a back button
  • Centring the words with the images
  • Improving visibility

See the open issues for a full list of proposed features (and known issues).

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)