/react-random-user-generator

A simple react application which generates a random user with every refresh using a 3rd party API

Primary LanguageJavaScript


RANDOM USER GENERATOR

This is a react application for generating random user developed using the Random User Generator API

Click here to view demo

Installation

  1. Clone the repo
git clone https://github.com/github_username/repo.git
  1. Install NPM packages
npm install
  1. cd to the project directory & run the start script. Runs the app in the development mode Open http://localhost:3000 to view it in the browser
npm start