https://github.com/abrahamcalsin/random-user-api
This is an exercise of Apis consumption. For this exercise I consumed the api of api.randomuser.me
https://github.com/abrahamcalsin/random-user-api
jest randomuser-api reactjs tailwindcss typescript vitejs
Last synced: about 1 month ago
JSON representation
This is an exercise of Apis consumption. For this exercise I consumed the api of api.randomuser.me
- Host: GitHub
- URL: https://github.com/abrahamcalsin/random-user-api
- Owner: abrahamcalsin
- Created: 2021-11-11T02:54:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-11T01:11:44.000Z (over 4 years ago)
- Last Synced: 2025-07-27T08:02:49.350Z (10 months ago)
- Topics: jest, randomuser-api, reactjs, tailwindcss, typescript, vitejs
- Language: TypeScript
- Homepage: https://random-user-api-infinite.abrahamcalsin.com
- Size: 342 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random user API with api.randomuser.me
This is an exercise of Apis consumption. For this exercise I consumed the api of api.randomuser.me
## What is inside?
This project uses many tools like:
- [ReactJS](https://reactjs.org)
- [Vite](https://vitejs.dev)
- [TypeScript](https://www.typescriptlang.org)
- [Jest](https://jestjs.io)
- [Testing Library](https://testing-library.com)
- [Tailwindcss](https://tailwindcss.com)
- [Eslint](https://eslint.org)
- [Prettier](https://prettier.io)
- [RandomUser](https://api.randomuser.me)
## Getting Started
### Note
For this project I have used the template already configured with ReactJS, Vite, TypeScript, Jest, Testing Library, Tailwindcss, Eslint, Prettier, from the following repository: https://github.com/yonycalsin/reactjs-ts-vite-tailwindcss-boilerplate
### Install
Create the project.
```bash
npx degit yonycalsin/reactjs-ts-vite-tailwindcss-boilerplate my-app
```
Access the project directory.
```bash
cd my-app
```
Install dependencies.
```bash
npm install
```
Serve with hot reload at http://localhost:3000.
```bash
npm run dev
```
### Lint
```bash
npm run lint
```
### Build
```bash
npm run build
```
### Test
```bash
npm run test
```
## License
This project is licensed under the MIT License.