A modified sticky note application
Frontend: ReactJS, TailwindCSS and daisyUI
- React Icons - https://react-icons.github.io/react-icons/
- React Router - https://www.npmjs.com/package/react-router-dom
Before beginning, make sure you have NodeJS and npm setup
Clone the project into your system using the git clone command or simply download and extract the folder
git clone https://github.com/sreehariv-code/Smart-Sticky-Notes.git
Go to the project directory
cd Smart-Sticky-Notes
Install dependencies
npm install
Start the server
npm run start