Noap is a open source software for leveling up your notes!
As you can see, the app still is in early stages of development and bugs will be found.
Noap is being built using the MERN stack, Lexical Editor and some packages like: React Query, React Hook Form, Framer motion and more!.
- Clone the repository using
git clone
- "cd" in to the folder and run
npm install
- run
npm run dev
to run the application (client) - run
npm start
to run the application (server)