Project Link: github.com/danrsidd/google-keep-react-clone
Visit the Website: danyal.io/google-keep-react-clone
Welcome to my take on Google Keep! Stickiez is a React.js clone of Google Keep using React Hooks and Sass (SCSS). Though the main focus of this project was on the front end, it utilizes the broswers local storage to store your stickies so that you don't lose them on refresh.
This project's was built using React.js and accompanying packages like Material UI and UUID.
Open your terminal and clone this repo
git clone https://github.com/danrsidd/google-keep-react-clone.git
Feel free to clone this project and make it your own! Adding a backend (via a databse and the like) would be a great next step! I suggest checking out NoSQL and Firebase (should you also want to add authentication).
Interested in making a contribution? Follow the steps below!
- Fork this repository
- Create your own branch (
git checkout -b contribute/ContributionName
) - Commit your changes (
git commit -m 'Add a change'
) - Push to the branch you created earlier (
git push origin contribute/ContributionName
) - Start a pull request