/random-user-api

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

Primary LanguageTypeScript

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.