xaerru / randomThings

Generate random user cards.

Home Page:https://random-users-tau.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Random Things

View Live

Check out the hosted version here.

Installation

Clone the project:

git clone https://github.com/grvxs/randomThings.git

Move to the project directory:

cd randomThings

Install the dependencies:

yarn install

To start the development server run the following command:

yarn dev

Navigate to localhost:3000.

Docker

docker build -t random_things . && docker run -p 3000:3000 random_things
# or
yarn docker

Navigate to localhost:3000.

About

Generate random user cards.

https://random-users-tau.vercel.app/

License:MIT License


Languages

Language:TypeScript 85.8%Language:CSS 7.6%Language:JavaScript 4.9%Language:Dockerfile 1.7%