This project is my second experience with React.
This project was created to study new concepts and reinforce existing knowledge of React in practice.
In this project, I learned how to use React Hook Form and Zod, how to create custom hooks, improved my skills with createContext/useContext and other hooks, discovered lazy() and Suspense, and worked with REST API. I also used the desktop-first method to diversify my projects. Usually, I prefer mobile-first.
My favorite method, which I try to adhere to:
Was created under the MIT Licence
To work with this project you will need GIT,
NPM and
Node.js
==>How to install Node.js and NPM
- On the command line, navigate to the folder where the project will be deployed. Then copy it from
GitHub :
$ git clone https://github.com/saintgregoire/ReactHillel.git
While in the working directory in the terminal command line:
- Installing dependencies:
$ npm i