Skip to content

ice6504/Final-Project-Frontend-Dev-Init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

35 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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