A react application that will calculate your notice period
Install Create React App
npm init create-react-app my-app
Install the dependencies
npm install twin.macro tailwindcss styled-components
Install with Yarn
Install Create React App
yarn create create-react-app my-app
Install the dependencies
yarn add twin.macro tailwindcss styled-components