A Note taking app with all features that are provided in the market
- Ant Design - UI Component library
- Bun as its amazing
- Vite
- ReactJs
- MongoDB Atlas for DB and Mongoose to connect via nodejs
- Redux for state management
- Express
- Remirror - Remirror is a wrapper library for ProseMirror
To install dependencies:
bun install
To run:
bun run start --> for backend
bun run dev --> for frontend
This project was created using bun init
in bun v1.0.2. Bun is a fast all-in-one JavaScript runtime.