📒 A replica of Google Keep created mainly using React.js. Took advantage of .jsx files which can be used to write HTML in the body of JavaScript. Further used CSS to style the page. User can add a title and the description of the note and can also delete the note.
- To Create a simple version of Google Keep app
- User can create a note with a title and cal also delete it afterwards
- Used HTML5, CSS3, JavaScript to develop the front-end
- Used react.js to create the components and UI
- Used .jsx files to write HTML in the body of JavaScript
- Create an account on
https://codesandbox.io/
- Go to the Keeper App repo and copy the URL
- Now, go to
https://codesandbox.io/
and click on create sandbox on the top-right - Click on the Import Project section and paste the URL copied in first app
- Click on Import and Fork button to import the repository
- Now, in the preview section, click on Open in New Window button to open the app in a new tab
- Click on "Take a note..." placeholder.
- The text area gets expanded and a "+" button to add the note also appears. The user now have an option to add a title as well
- When user enters something in the note and click on "+", a new tile of note gets created with a delete button
- A user can also delete the note when they click on the delete button