Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Instructions

  1. Fork the repository
  2. Take a new branch with your name from the main branch
  3. Run the Vite React app
  4. There is a bug, debug it and commit a fix
  5. For this example, mail = hello@gmail.com, password = true is a valid credential
  6. Push the fix
  7. Create a pull request from your branch to the main branch

Example Commands

# After forking, clone your fork (replace <your-username>):
git clone https://github.com/<your-username>/recruitment-task.git
cd recruitment-task
git checkout -b <your-name>
cd testapp-backend
npm install
npm run dev

cd testapp-frontend
npm install
npm run dev

# Debug, fix, commit, and push
git add .
git commit -m "fix: describe your fix"
git push origin <your-branch>

# Then create a pull request on GitHub

How to Fork a Public Repository

  1. Go to the repository page on GitHub.

  2. Click the Fork button in the top-right corner.

  3. Choose your GitHub account as the destination.

  4. After forking, clone your fork to your local machine:

    git clone https://github.com/<your-username>/recruitment-task.git
    cd recruitment-task
  5. Continue with the rest of the instructions above.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages