Welcome to the Note App project! This project is a simple note-taking application that uses the fs
module in Node.js for data storage instead of a database like MongoDB.
Check out the live demo of the project: https://noteapp-pnzu.onrender.com/ open in Desktop site
- Create new notes
- View existing notes
- Edit existing notes
- Delete notes
To get a local copy up and running, follow these simple steps:
- Clone the repository
- Navigate to the project directory
- Install dependencies
- Start the server
git clone https://github.com/Sam123336/NoteApp.git
cd NoteApp
npm install
node index.js
- Open your browser and navigate to
http://localhost:8000
- Use the interface to create, view, edit, and delete notes
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Sambit Kumar Ghosh - [Your Email Address]
Project Link: https://github.com/Sam123336/NoteApp