Skip to content

Latest commit

 

History

History
61 lines (34 loc) · 1.51 KB

README.md

File metadata and controls

61 lines (34 loc) · 1.51 KB

Latest Stable Version License

Requirements

  • NODEJS >= 18.15.0
  • CHROME, FIREFOX

Installation

yarn start => for starting server

yarn json-server => for db.json

Dependencies / Technologies

  • Tanstack Query

  • React Hook Form

  • React Router Dom

  • Tailwind-CSS

  • Axios

  • Form Validation with Yup

For Contribution.

Please follow below steps for contibution, I will highly appreciate your feedback. :😇

Fork this repository

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.

Clone the repository

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.