PROJECT: Calculator App (React)
This is the first project of the Main React and Redux curriculum at Microverse - @microverseinc
The objective is to create a Calculator app using React. The features of the app also include:
- Basic binary operations
- Calculations with big numbers
- Testing with Jest
- Linting with ESLint and Stylelint
- Continuos Integration with Travis and Codecov
π Live link
πΌοΈ Screenshot
π οΈ Development
- Clone the project
git clone https://github.com/bolah2009/react-calculator.git
- Install Dependencies
yarn install
- Run test
yarn test
- Run linter (eslint and stylelint)
yarn lint:check
- Run Prettier
yarn format:check
- Start server (Development mode)
yarn start
- Start server (Production mode)
yarn build
π§Ύ TODO
- Add more complex calculator operations
- Improve UI/UX
π€πΎ Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
βοΈ Show your support
Give a
ππΎ Acknowledgments
- Microverse Team