Skip to content

SPA that displays sixteen random users on every refresh by using Random User Generator API. It was built using React, and Express (Node.js).

Notifications You must be signed in to change notification settings

ignaciocasal/ReactNode-RandomUsers

Repository files navigation

Screenshot

React-Node | Random Users

This is a simple SPA that displays random users on every refresh by using Random User Generator API. It was built using React, Node.js, Express and Webpack. Semantic UI was used for the UI.

Demo

Here is a working live demo: https://react-node-random-users.netlify.app

Tech Stack

  • React JS
  • React Hooks
  • Redux
  • Node.js
  • Express
  • ES6+
  • Random User Generator (API)
  • Semantic UI
  • Axios
  • Webpack

What this app demonstrates

  • Create React components using Hooks
  • Handling data in Redux
  • Implement a simple Express server
  • Connect to a backend server
  • Get and display data from an API
  • Responsive design

Running app locally

Run the App

$ npm install
$ npm start

Run the API

$ cd server
$ npm install
$ npm run start-server

About

SPA that displays sixteen random users on every refresh by using Random User Generator API. It was built using React, and Express (Node.js).

Topics

Resources

Stars

Watchers

Forks