Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 741 Bytes

README.md

File metadata and controls

62 lines (41 loc) · 741 Bytes

NoteStar

Store your notes in the cloud and access them from anywhere.

Features

  • Create, edit, and delete notes
  • Get a rich text editor

TODOS

  • share notes with other users
  • add a search bar
  • add a light mode

Tech Stack

  • Svelte
  • SveteKit
  • TailwindCSS
  • MongoDB
  • Typescript
  • Vitest

Run Locally

  1. Clone the repo
git clone https://github.com/NaviTheCoderboi/NoteStar.git
  1. Go to the project directory
npm install

OR

pnpm install
  1. Start the server
npm run dev

OR

pnpm dev

contributors

contribute

Contributions are always welcome!