Skip to content

vermasavita/note-buk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note Book

Note Book is an online responsive website where you can take notes any time, anywhere.

Note Book Live Link


Key Features

  • Auth Management
    • Login
    • Signup
    • Logout
  • Filter Notes by:
    • time
    • priority
  • Create Notes
  • Add Notes
  • Rich Text Editor
  • Add Color, Priority and Label
  • Edit Label
  • Archive / Trash
    • User can add note to archive or trash
    • Note can be permanently deleted from trash
    • Add Video to Watch Later

Folder Structure

- /public
- /src
 - /backend
 - /components
 - /context
 - /pages
 - /reducer
 - /services
 - /utils
 - /App.css
 - /App.js
 - RequiresAuth.js
 - index.js
 - server.js
- .env
- package-lock.json
- package.json
- README.md
- yarn.lock

Buit with


Contributing and How to Use

  1. Fork the Project
  2. Run npm install in the terminal
  3. Run npm start to start the server on your local
  4. Create your Feature Branch (git checkout -b feature name)
  5. Commit your Changes (git commit -m 'Add a descriptive commit message')
  6. Push to the Branch (git push origin feature)
  7. Open a Pull Request

Connect with me