Skip to content

Learning react by making a note taking app as a dynamic webpage

Notifications You must be signed in to change notification settings

mhdrofiq/reactTut7-noteTakingApp

Repository files navigation

React tutorial project 7 results - Note taking app

This is the result of following a tutorial from freeCodeCamp.org on youtube. Link to video

This is a dynamic webpage made using ReactJs. In this case, an existing code base was provided to practice adding new features onto it. The features that were added onto the existing application was:

  • Save and sync notes on the browser localStorage
  • Make the first line of each note into its title in the sidebar
  • Make the most recently edited note the top note in the sidebar
  • Delete notes

A preview of the page is shown below.

Preview image
Save and sync notes to the browser

Preview image
First line in note becomes its title in sidebar

Preview image
Most recently edited note becomes the top note

Preview image
delete button appears when hovered over a note

Preview image
note is deleted

About

Learning react by making a note taking app as a dynamic webpage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published