This is a note taking application that provides you with a window where you can add note that contains a title and text. Also you will be able to save it. This application also give you the benefit of deleting a note already saved.
For users that need to keep track of a lot of information, it’s easy to forget or be unable to recall something important.
Being able to take persistent notes allows users to have written information available when needed.
Main Page | Saved Notes | Delete Note |
---|---|---|
1. Express.js :
Web Applications : Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.
APIs : With a myriad of HTTP utility methods and middleware, creating a robust API is quick and easy.
Performance : Express provides a thin layer of fundamental web application features, without obscuring Node.js features.
2. Node.js :
Node.js is an open-source and cross-platform JavaScript runtime environment.
A Node.js app is run in a single process, without creating a new thread for every request.
Node.js provides a set of asynchronous I/O primitives in its standard library that prevent JavaScript code from blocking.
Clone this repository to use this application on local machine.
To install necessary dependencies, run the following command :
npm i
node server.js
http://localhost:3000/
to run this application on your local machine.Used ‘Express.js’ to build server
Used ‘fs(File System)’ module to read and write from ‘db.json’ file.
Application is deployed on heroku : Heroku is a container-based cloud Platform as a Service (PaaS). Developers use Heroku to deploy, manage, and scale modern apps.
This project is licensed under MIT license.
Pull requests are always welcome!
If you have any questions about the repo, open an issue or contact me directly at Email.