Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes App

A simple notes-making application built with Express.js and EJS, styled using Tailwind CSS.

Features

  • Add new notes with a title and content.
  • Display notes in a grid layout.
  • Responsive design.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/notes-app.git
    cd notes-app
  2. Install dependencies:

    npm install
  3. Start the server:

    npm start
  4. Open your browser and navigate to http://localhost:3000.

File Structure

  • index.js: Main server file.
  • index.ejs: EJS template for the main page.
  • public: Directory for static files (CSS, JS, images).

Dependencies

  • Express.js
  • EJS
  • Tailwind CSS

Usage

  1. Open the application in your browser.
  2. Use the form to add new notes.
  3. Notes will be displayed in a grid layout.

About

This is first project from learning basics concept in backend development.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages