- React Version: 16.13.1
- Node Version: 12(LTS)
- Default Port: 8000
The component has the following functionalities:
- There are 4 tabs: Home, News, Contact, About.
- The default selected tab is the 'Home' tab.
- Clicking on a tab renders the relevant content.
- Clicking on the Home tab renders content 'HOME PAGE'.
- Clicking on the News tab renders content 'NEWS PAGE'.
- Clicking on the Contact tab renders content 'CONTACT PAGE'.
- Clicking on the About tab renders content 'ABOUT PAGE'.
- Since the default selected tab is the 'Home' tab, the default displayed content is 'HOME PAGE'.
- The parents of 4 tabs has data-testid attribute 'navigation-tabs'.
- The content section has data-testid attribute 'tab-content'.
Read Only Files
- src/App.test.js
Commands
- run:
bash bin/env_setup && . $HOME/.nvm/nvm.sh && npm start
- install:
bash bin/env_setup && . $HOME/.nvm/nvm.sh && npm install
- test:
bash bin/env_setup && . $HOME/.nvm/nvm.sh && npm test