Giter Site home page Giter Site logo

nareshkumaralaria / pokedex-web-app Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 73 KB

This is a Pokédex web application built using ReactJS, Redux Toolkit, and Axios. It allows users to search and browse Pokémon data fetched from the PokeAPI.

Home Page: https://pokedex-flurn.netlify.app/

JavaScript 69.92% HTML 0.83% CSS 29.25%
api apiintegration assignment pokeapi pokedex reactjs

pokedex-web-app's Introduction

Pokédex Web App

This is a Pokédex web application built using ReactJS, Redux Toolkit, and Axios. It allows users to search and browse Pokémon data fetched from the PokeAPI. The app features a search page, a listing page with infinite scrolling, a details page for each Pokémon, and a bookmarks screen.

Live Link

https://pokedex-flurn.netlify.app/

Features

  • Search Page : Users can search for Pokémon by name. The app makes an API call to retrieve the Pokémon data and displays loading indicators and error messages as needed.

  • Listing Page : Displays a list of Pokémon fetched from the API. The page supports infinite scrolling, loading more Pokémon as the user scrolls.

  • Details Page : Shows detailed information about a selected Pokémon, including its abilities, types, stats, and more. Users can bookmark a Pokémon and save it as a favorite on their device. Bookmarked Pokémon can be easily identified and removed from bookmarks.

  • Bookmarks Screen : Allows users to view all their bookmarked Pokémon. The data is stored locally on the user's device, and users can remove Pokémon from their bookmarks.

Technologies Used

  • ReactJS
  • Redux Toolkit (for state management)
  • Axios (for API calls)
  • React Infinite Scroll Component (for infinite scrolling functionality)
  • React Redux (for integrating Redux with React)
  • React Router DOM (for routing within the app)
  • React Tabs (for tab-based navigation)

Getting Started

  • Clone the repository to your local machine:
git clone https://github.com/nareshkumaralaria/pokedex-web-app.git
  • Navigate to the project directory:
cd pokedex-web-app
  • Install the dependencies:
npm install
  • Start the development server:
npm run dev

API Integration

This app integrates with the PokeAPI to fetch Pokémon data. The API base URL is https://pokeapi.co/api/v2. The following endpoints are used:

  • /pokemon : Retrieves a list of all Pokémon. (by default 20 limit)

  • /pokemon/{name} : Fetches detailed information about a specific Pokémon.

Authors

Screenshots

Home-and-Listing-Page_Desktop Details-Page_Desktop Bookmark-Page_Desktop

Details-Page_Mobile Bookmark-Page_Mobile Home-and-Listing-Page_Mobile

pokedex-web-app's People

Contributors

nareshkumaralaria avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.