Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/furkan-dogu/random-user-app
- Owner: furkan-dogu
- Created: 2023-12-14T14:15:48.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-06T19:39:04.000Z (11 months ago)
- Last Synced: 2024-01-06T20:43:36.060Z (11 months ago)
- Topics: axios, bootstrap, css, react, sweetalert2
- Language: JavaScript
- Homepage: https://random-user-app-virid.vercel.app
- Size: 1.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.