The following features are incorporated in this branch of the project :
- Unit tests for the files operate.js and calculate.js using Jest are written.
- Unit tests for all React components are created.
- Jest snapshots to test the components is used.
- React Testing Library to simulate user interaction is used.
- HTML
- CSS
- JavaScript
- React
- Gitflow
- JEST
Create a repository. Clone it in local directory. Create React App. Create Branches properly to maintain Gitflow by making development branch and feature branch.Work according to the guideline.
To install linters and other project's dependencies run:
npm install
For tracking linter errors locally you need to follow these steps:
- For tracking linter errors in HTML files run:
npx hint .
- For tracking linter errors in CSS or SASS files run:
npx stylelint "\*_/_.{css,scss}"
- For tracking linter errors in JavaScript files run:
npx eslint .
👤 Tanusri Ghosh
- GitHub: https://github.com/chuaindia
- Twitter: https://twitter.com/chuaghosh25
- LinkedIn: https://www.linkedin.com/in/tanusri-ghosh-2a56b814
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!