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
To install the application, follow these steps:
-
Clone the repository:
git clone https://github.com/username/digimon_api-pattern-ui-project.git
-
Change to the project directory:
cd digimon_api-pattern-ui-project -
Install the required dependencies:
npm install
To start the development server, run:
npm startThe application will be accessible at http://localhost:3000.
- React: A JavaScript library for building user interfaces
- React Router DOM: A routing library for React applications
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}