This is my React Hooks App project repository built with Vite. I used this repository to learn more about React and its hooks using some real examples.
In the project directory, you can run:
To run the app in the development mode.\
The page will reload if you make edits.
You will also see any lint errors in the console.
To build the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
To run all the unit tests in this project.
To run all the unit test and watch files for changes and rerun tests related to changed files. -->
Installation and configuration of Jest + React Testing Library
Installation and configuration of ESlint + Prettier in a React Project