Skip to content

Latest commit

 

History

History
87 lines (53 loc) · 2.77 KB

README.md

File metadata and controls

87 lines (53 loc) · 2.77 KB

Random User

Table of contents

About The App

The Random User project was created by me while learning React combined with TypeScript. This simple application that displays data from a random user allowed me to put into practice the knowledge I had gained in Tailwind CSS. For the first time, I implemented the ability to change the theme from light to dark and vice versa.

Features:

  • Dark/light mode
  • Displaying user data

Screenshots

image

image

Technologies

Technologies used to build this application:

HTML CSS JvaScript

Libraries used to build this application:

GitHub package.json dependency version (prod) GitHub package.json dependency version (prod) GitHub package.json dependency version (prod) GitHub package.json dependency version (prod) GitHub package.json dependency version (prod) GitHub package.json dependency version (prod)

Setup

Below you find all scripts to clone, run and build this application.

Clone repo

git clone https://github.com/KingaMiroslaw/random-user.git

Install packages

npm install

Run app

First, run the development server:

npm run start

Open http://localhost:3000 with your browser to see the result.

Build

npm run build

Demo

See DEMO