Simple application built with React js; Used for the QA working student test.
- Make sure you have git installed on your computer
- Make sure you have Node js installed in your computer.
- 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
-
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. -
You are expected to write at least 6 test cases for these features. here is a guide to writing effective test cases
-
Please write the tests in the format that you see fit and upload a pdf of your answer file on HackerRank