Skip to content

hikmatullah-mohammadi/note-taking-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note Taking App

A web based note taking app!( built in React )


Built using create-react-app. In case you want to practice, clone it, and use npm install command to install all the dependencies, and then enter npm start in the command line prompt in your machine to run the app.

Technologies used:

HTML CSS JS SASS React Redux

---
Tested via:
  • jest (unit test)
  • Redux devtools To run the test cases, use npm test command

You can

  • Add a new note
  • Update a note
  • Delete a note
  • See all your notes
  • See the number of notes and favorites
  • Denote your favorite notes (add to/remove from your favorites)
  • See your favorite notes' list
  • Search for a specific note (by title)
  • See when a note was created when was last modified

Your data will be stored only in your local machine's RAM

Shots

Home
All Notes


while(true){
  console.log('Keep learning...')
}

About

A web based app build in React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published