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.
- 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
- React
- React Router
- Mockbee - for mock backend
- CheckMate UI
- Google Icons
- React Toastify
- /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- Fork the Project
- Run npm install in the terminal
- Run npm start to start the server on your local
- Create your Feature Branch (git checkout -b feature name)
- Commit your Changes (git commit -m 'Add a descriptive commit message')
- Push to the Branch (git push origin feature)
- Open a Pull Request
