abiy006 / Redux-API-Basics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REDUX-API-BASICS

This exercise will help me learn how to connect async logic to interact with a Redux store when fetching data from an external API.

Setup

Clone this repository to your desired folder:

  cd [my-folder]
  git clone "putHereRepoLink"

Install

Use this command to initiliaze all packages:

  npm install

Usage

Use this command to open the web server:

  npm start

About

License:MIT License


Languages

Language:JavaScript 57.8%Language:HTML 26.8%Language:CSS 15.4%