Skip to content

Latest commit

 

History

History

react-workshop-2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

React Workshop

🔥 This is a workshop for learning how to build React Applications.

📹 Live Search Demo

Before you Start

I've branched the repo for individual topics. To checkout all branches run: git branch --all. To checkout individual branch run: git checkout <branch name>. From there on you should be good.

Branch Name: live-search-react

Branch Description:

Live Search in react application

Installation

  1. Clone this repo in git clone https://github.com/imranhsayed/react-workshop

  2. Run npm install

Useful Links

  1. Blog Link
  2. Pixabay API

Video Tutorial 📹

  1. Tutorial Part One
  2. Tutorial Part Two
  3. Pagination Tutorial Part One
  4. Pagination Tutorial Part Two

Commands

  • dev Runs webpack dev server for development ( in watch mode )
  • prod Runs webpack in production mode