Skip to content

This is an exercise of Apis consumption. For this exercise I consumed the api of api.randomuser.me

Notifications You must be signed in to change notification settings

abrahamcalsin/random-user-api

Repository files navigation

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:

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.

npx degit yonycalsin/reactjs-ts-vite-tailwindcss-boilerplate my-app

Access the project directory.

cd my-app

Install dependencies.

npm install

Serve with hot reload at http://localhost:3000.

npm run dev

Lint

npm run lint

Build

npm run build

Test

npm run test

License

This project is licensed under the MIT License.

About

This is an exercise of Apis consumption. For this exercise I consumed the api of api.randomuser.me

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published