Google Keep 📝

 

Add and remove notes with the Google-Keep webapp. Made with React.js 💜 & Tailwind CSS 💙

This was made with using some basic concepts of reacts like useState hooks and props. Feel free to raise issues and contribute in whichever way you like.

Setup

Clone the repository
git clone https://github.com/padmajabhol/googlekeep.git
Move to the desired folder
cd \googlekeep
To install the dependencies, simply write
npm install
To run the app, simply write
npm start