Whizz-Notes is a backend project built using Node.js that provides a simple
yet effective digital note-taking application. Users can
write, save, and access their notes in a convenient online format.
Note Creation: Easily create new notes with a simple interface.
Real-time Saving: Notes are automatically saved as you type.
Offline Access: Notes can be accessed even without an internet connection.
File Export: Save notes as files for offline use or backup purposes.
To run Whizz-Notes locally:
Clone the repository:
git clone https://github.com/Unnati-Gupta24/Whizz-Notes.git
Navigate to the project directory:
cd Whizz-Notes
Install dependencies:
npm install
Start the application:
node note.js
Access the application at http://localhost:3000 after starting the server.
Contributions are welcome! Please feel free to submit pull requests or issues.