2 min read
kXeep - A Note taking web app

kXeep - A Note taking web app

kXeep is notetaking web app, where you can create , maintain and modify the daily routine and tasks.

Live Preview

https://kxeep.netlify.app/

Tech Stack

  • React
  • MockBee (Mock-backend)

How to Start on local system

  1. clone the repo git clone https://github.com/vijaytembugade/Xenon-Ecommerce-App
  2. change the directory to cloned repo
  3. open command-prompt or terminal
  4. type npm install
  5. then npm start

Functionalities

  • Create a Note
  • See individual note
  • Edit a note
  • Move note Archives
  • Remove Notes From Archives
  • Move note to trash
  • Remove and delete from trash
  • Filter by date and priority
  • Filter by Labels
  • Authentication
  • Dark/Light Mode
  • Responsiveness

Utilizations

  • useState and contextAPI
  • useReducer and useContext
  • custom context hooks
  • Frontend authentication(with JWT)
  • Quill - Rich Text Editor
  • React-router-DOM
  • Axios

Author

@vijaytembugade