Skip to content

Latest commit

History

History
102 lines (69 loc) 路 2.55 KB

README.md

File metadata and controls

102 lines (69 loc) 路 2.55 KB

GoNote

Project of Personal Information Management Website. You can access this website on Vercel

馃摝 Tecnologies Used

  • React
  • Next.js
  • TypeScript
  • Tailwind CSS
  • daisyUI
  • Blocknotejs
  • FullCalendar

馃捇 How Can I Run It ?

  1. Clone this repository
  git clone https://github.com/ice6504/Final-Project-Frontend-Dev-Init.git
  1. Run npm install on your CMD to get all dependencies
npm install
  1. Open your code editor to edit the project
code .
  1. Start the development server by running npm run dev to initialize the website
npm run dev

馃搫 How to use ?

Create a New Page

  1. Click the create icon in the sidebar.
  2. Select either "ToDo Page" or "Note Page."
  3. Enter your page title.

Delete Page

  1. Open the page you want to delete.
  2. Click the "馃棏 This Page" button in the top right corner or in the dropdown button at navbar on mobile and tablet.

ToDo list Page

  1. Add
    • Enter your ToDo item in the input bar and click the Add button.
  2. Edit
    • Click the list icon button and edit your ToDo item in the input bar.
    • Click the "Save" button
  3. Delete
    • Click the list icon button
    • Click the "Delete" button

Note Page

  1. Slash / to select menu:

  2. Drag and drop blocks:

  3. Format menu:

  4. Nesting / indentation with tab and shift+tab:

Planner Page

  1. Add Event

    • Click to select a date and enter your event.
    • Click the "Add" button.
  2. Edit Event

    • Click to select an event and edit your event in the input bar.
    • Click the "Save" button.
  3. Delete Event

    • Click to select an event.
    • Click the "Delete" button.
  4. Drag & drop Event

  5. Extend Date