/random_user

Primary LanguageTypeScript

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