Groovy Notes is a Note taking App that helps you easily take your notes and be productive, it comes with a built in calculator which might be helpful as you'll not need to leave your screen while making notes in case you need to do any calculations.
Frontend for our Web App Groovy Notes is built using:
- ReactJS
- React Router (react-router-dom)
- Tailwind CSS
- Parcel for bundling
- Babel for Transpiling code
- Browserlist
- After you have cloned the app, go to terminal in the root of the project.
- Make sure you have NodeJS and npm installed.
- run
npm i
. - run
npm start
.