[HackerRank] Skills Certification - React (Basic) Test Solutions
Q.1 Slideshow App
Downloading and installing Node.js and npm
- Clone the Repository
git clone https://github.com/mnxmnz/HackerRank-React-Basic.git
cd HackerRank-React-Basic/slideshow-app
- Install Project Packages
npm i
- Run the Project
npm run start
- Run Tests
npm run test
Q.2 Sorting Articles
Downloading and installing Node.js and npm
- Clone the Repository
git clone https://github.com/mnxmnz/HackerRank-React-Basic.git
cd HackerRank-React-Basic/sorting-articles
- Install Project Packages
npm i
- Run the Project
npm run start
- Run Tests
npm run test