An application used for writing down your thoughts and feelings to understand them more clearly, built with NodeJS (ExpressJS), EJS, JavaScript, and CSS.
For preview: Click Here
This project is currently in development. Users can use it fully functional on desktops. The functionality of mobile view and deleting posts is in progress.
Clone down this repository. You will need node
and npm
installed globally on your machine.
Installation:
npm install
To Start Server:
npm start
To Visit App:
localhost:3000