A simple notes-making application built with Express.js and EJS, styled using Tailwind CSS.
- Add new notes with a title and content.
- Display notes in a grid layout.
- Responsive design.
-
Clone the repository:
git clone https://github.com/your-username/notes-app.git cd notes-app -
Install dependencies:
npm install
-
Start the server:
npm start
-
Open your browser and navigate to
http://localhost:3000.
- index.js: Main server file.
- index.ejs: EJS template for the main page.
- public: Directory for static files (CSS, JS, images).
- Express.js
- EJS
- Tailwind CSS
- Open the application in your browser.
- Use the form to add new notes.
- Notes will be displayed in a grid layout.