Skip to content

IsaacStyle/digimon_api-pattern-ui-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digimon Display App

This project is a simple React application that displays a list of Digimon characters. The app uses React and React Router DOM to fetch and display the data.

Deployed Link: Digimon Api Project

Table of Contents

Installation

To install the application, follow these steps:

  1. Clone the repository:

    git clone https://github.com/username/digimon_api-pattern-ui-project.git
  2. Change to the project directory:

    cd digimon_api-pattern-ui-project
  3. Install the required dependencies:

    npm install

Usage

To start the development server, run:

npm start

The application will be accessible at http://localhost:3000.

Dependencies

  • React: A JavaScript library for building user interfaces
  • React Router DOM: A routing library for React applications

API

You will need to connect to an API that provides the necessary data about Digimon characters. One such example is the Digimon API. Please refer to the API documentation to set up the correct endpoints and usage.

Example API endpoints:

  • Get all Digimon: https://digimon-api.vercel.app/api/digimon
  • Get Digimon by name: https://digimon-api.vercel.app/api/digimon/name/{name}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors