This is an exercise of Apis consumption. For this exercise I consumed the api of api.randomuser.me
This project uses many tools like:
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
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
npm run lint
npm run build
npm run test
This project is licensed under the MIT License.