Notosphere
Notosphere is a web application that allows users to create, edit, and delete notes, with a preview of the notes in Markdown format. This repository contains the source code for the application, which can be deployed to a server or hosted on a cloud service. Features
Create new notes
Edit existing notes
Delete notes
Preview notes in Markdown format
Simple and user-friendly interface
Lightweight and fast
Technologies Used
Node.js
Express.js
MongoDB
Mongoose
React
Bootstrap
Installation
To install the application, follow these steps:
Clone the repository to your local machine using git clone https://github.com/ashwin-2309/notosphere.git.
Install Node.js and MongoDB on your system if they are not already installed.
Install the dependencies by running npm install in the project directory.
Start the server by running npm start.
Access the application by visiting http://localhost:3000 in your web browser.
Usage
To use the application, follow these steps:
Sign up for an account if you haven't already done so.
Log in to your account.
Create a new note by clicking the "New Note" button.
Edit a note by clicking on the note in the list and then clicking the "Edit" button.
Delete a note by clicking on the note in the list and then clicking the "Delete" button.
Preview a note in Markdown format by clicking on the note in the list.
Contributing
Contributions are welcome! If you find a bug or would like to suggest a new feature, please open an issue or submit a pull request. License
This application is licensed under the MIT License. See the LICENSE file for more information.