Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roninjosue/users-app
Show a users table
https://github.com/roninjosue/users-app
Last synced: 28 days ago
JSON representation
Show a users table
- Host: GitHub
- URL: https://github.com/roninjosue/users-app
- Owner: roninJosue
- Created: 2023-12-14T02:56:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-04T16:04:51.000Z (about 1 year ago)
- Last Synced: 2024-11-11T12:13:30.317Z (3 months ago)
- Language: TypeScript
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + Vite - Users List App
This app is a simple user management, developed using React and Recoil for state management.
The app allows you to load users from [Random User](https://randomuser.me/) API, display the fetched users in a table, also you can delete them.## Getting Started
### Prerequisites
To run this project you will need:
* Node.js
* npm
* React
* Recoil### Installation
To set up and run the project:
1) Clone the repository```shell
git clone https://github.com/roninJosue/users-app.git
```2) Navigate into the project directory
```shell
cd users-app
```
3) Install the dependencies
```shell
npm install
```
4) Start the project
```
npm run dev
```
### Usage
The App show a table with 100 users fetched, it show image, name, email, country and a button for delete that user.
![app.png](app.png)