Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/furkan-dogu/random-user-app

This React project is a web application that displays random user data by utilizing data retrieved from an API.
https://github.com/furkan-dogu/random-user-app

axios bootstrap css react sweetalert2

Last synced: about 6 hours ago
JSON representation

This React project is a web application that displays random user data by utilizing data retrieved from an API.

Awesome Lists containing this project

README

        

# Random User App



## About the Project

This React project is a web application that displays random user data by utilizing data retrieved from an API.

## Table of Contents

- [Features](#features)
- [Dependencies](#dependencies)
- [Project Skeleton](#project-skeleton)
- [Screenshots](#screenshots)

## Live Demo

[Random User App](https://random-user-app-virid.vercel.app/)

## Features

- Fetches and displays random user data.
- Allows navigation between different users.
- Includes basic information, contact details, and images of users.

## Dependencies

- Bootstrap
- Axios
- Sweetalert2

## Project Skeleton

```
Random User App
|
|----readme.md
SOLUTION
├── public
│ └── index.html
├── src
│ ├── assets
│ │ └── [images]
│ ├── components
│ │ └── footer
│ │ ├── Footer.css
│ │ └── Footer.jsx
│ ├── App.js
│ ├── App.css
│ └── index.js
├── package.json
└── yarn.lock
```

## Screenshots





## Compatibility

The project is compatible with both wide-screen computers and mobile devices.