Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Latest commit

 

History

History
39 lines (24 loc) · 1.36 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.36 KB

Sample react app

Simple application built with React js; Used for the QA working student test.

Instructions for solving the problem

  1. Make sure you have git installed on your computer
  2. Make sure you have Node js installed in your computer.
  3. Then load this repository on your computer and run the application by using the following sets of commands
    git clone [This Repository]

    cd [Repository-Directory]

    npm install

    npm start

or if you prefer to use yarn:

    git clone [This Repository]

    cd [Repository-Directory]

    yarn install

    yarn start
  1. The start command should run the local server and automatically open the http://localhost:3000/ where you can checkout the app which only has 3 main features/pages.

  2. You are expected to write at least 6 test cases for these features. here is a guide to writing effective test cases

  3. Please write the tests in the format that you see fit and upload a pdf of your answer file on HackerRank

License