harshdhiman / random_user

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Random User

Live at https://random-user-0.netlify.app/

This is a simple app that uses the randomuser.me API to generate random users.

  • uses 'Vite' for bundling
  • uses 'React' for the UI
  • uses 'TailwindCSS' for styling

Dependencies

  • axios - for making API calls
  • date-fns - for formatting dates
  • react-icons - for icons
  • framer-motion - for animations

Installation

  • Clone the repo

  • pnpm i or npm i to install the dependencies

    (if you don't have pnpm installed, you can install it with npm i -g pnpm)

  • pnpm dev or npm run dev to start the development server

Screenshots

Screenshot 1

About


Languages

Language:TypeScript 90.0%Language:CSS 4.7%Language:HTML 3.7%Language:JavaScript 1.6%