Skip to content

AtulPant2704/check-notes-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check Notes

Check Notes is an app for Notes enthusiast who likes to organize each of their tasks. User can pick his custom theme so that he can use the app for longer hours.

Forks Stars Netlify Status


Key Features

  • Auth Management
    • Login
    • Signup
    • Logout
  • Notes Management
    • Crud on Notes
    • Note can have text as well as image
    • User can add color to the note
  • Archive / Trash Functionality
    • User can add note to Archive / Trash
    • Note can be permanently deleted from trash
  • Labels Management
    • User can add a Label to any note
    • New labels can also be created
  • User can choose between 5 themes for his app
  • Filter Videos by Labels
  • Sort Videos by Priority and Date
  • Search Notes by Title as well as description

Built With


Folder Structure

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

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

Desktop Version

Check Notes


👨‍💻 Connect with me