A simple ToDo application built with Node.js, Express, EJS, and TailwindCSS. This app allows users to save tasks with a title and description.
- Add new tasks with a title and description
- View a list of all tasks
- Responsive design using TailwindCSS
-
Clone the repository:
git clone https://github.com/yourusername/todo-app.git cd todo-app npm install && npm install -D nodemon npm run dev
-
Open your browser and navigate to: http://localhost:3000