- NODEJS >= 18.15.0
- CHROME, FIREFOX
yarn start => for starting server
yarn json-server => for db.json
-
Tanstack Query
-
React Hook Form
-
React Router Dom
-
Tailwind-CSS
-
Axios
-
Form Validation with Yup
Please follow below steps for contibution, I will highly appreciate your feedback. :😇
Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.
Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon.
Open a terminal and run the following git command:
git clone "url you just copied"
where "url you just copied" (without the quotation marks) is the url to this repository (your fork of this project). See the previous steps to obtain the url.
For example:
git clone https://github.com/your-username/your-forked-repo.git
where your-username
is your GitHub username. and your-forked-repo
is one which you have forked.