Skip to content

A basic backend app with express, ejs and tailwindcss.

Notifications You must be signed in to change notification settings

ploosond/TODO_backend_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo App

A simple ToDo application built with Node.js, Express, EJS, and TailwindCSS. This app allows users to save tasks with a title and description.

Features

  • Add new tasks with a title and description
  • View a list of all tasks
  • Responsive design using TailwindCSS

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/todo-app.git
    cd todo-app
    
    npm install && npm install -D nodemon
    
    npm run dev
    
  2. Open your browser and navigate to: http://localhost:3000

About

A basic backend app with express, ejs and tailwindcss.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published