Giter Site home page Giter Site logo

indiecodermm / pokeverse Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 2.2 MB

SPA created to demonstrate the usage of Redux Toolkit in React app.

Home Page: https://indiecodermm.github.io/pokeverse/

License: MIT License

HTML 11.08% JavaScript 88.92%
pokeapi react redux-thunk redux-toolkit

pokeverse's Introduction

๐Ÿ“‹ Table of Contents

๐ŸŒฑ Pokemon Web App

This is a simple dynamic website that displays info about Pokemons from API, built with React and Redux Toolkit. The goal of this project is to showcase the modern way of using Redux with React and how Redux Toolkit can make it easier to manage the state of an application.

Screenshot

๐ŸŒ Live Demo

You can visit the live website here.

๐Ÿ“ฐ Article

This project was created for my Medium article on How to simplify Redux Logic with Redux Toolkit. The article goes into detail on how to make asynchronous API calls and manage state with Redux Toolkit. If you're interested in learning more about this project, check out the article:

If you've read the article, I'd love to hear your feedback! ๐Ÿ˜ƒ Please feel free to leave your thoughts and suggestions in the comments.

โš™ Built With

  • React.js - JavaScript library for building user interfaces
  • Redux Toolkit - Batteries-included toolset for efficient Redux development
  • Poke API - Public API to fetch info about Pokemons
  • React Bootstrap - Bootstrap components for styling and layout

๐Ÿ›  Getting Started

To get a local copy up and running, follow these steps.

๐Ÿ“ฆ Prerequisites

  • Node.js installed on your machine

๐Ÿ’พ Installation

  1. Clone this repo into your project folder
cd my-projects
git clone [email protected]:IndieCoderMM/pokeverse.git
  1. Install the dependencies
cd pokeverse
npm install
  1. Start the development server
npm start

๐Ÿš€ Deployment

You can deploy this project using:

npm run build

This will create a production-ready build of your website in build/ folder, which you can use to deploy on GitHub pages or any hosting platform.

Deploying on GitHub Pages

To deploy on GitHub pages, follow these steps.

  1. Create a new GitHub repo and push your project.
  2. Change the homepage url in package.json file.
{
    ...
    "homepage": "https://[your_username].github.io/[your_repo_name]
}
  1. After building the project with npm run build, deploy the build/ folder.
npm run deploy

Your project will now be deployed to https://[username].github.io/[repo-name].

๐Ÿ“œ License

This project is licensed under the MIT License - see the LICENSE file for details.

pokeverse's People

Contributors

indiecodermm avatar

Stargazers

Pray Eddy SHIMWA avatar Roman avatar Freddy Lobo avatar Salwa Ballouti avatar Bernabasyosef 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.