A simple MERN stack project that allows users to create, view, edit, and manage text files through a web interface.
- Create Tasks: Add new tasks with a title and description.
- View Tasks: View a list of all tasks and their details.
- Edit Tasks: Rename tasks.
- Read Tasks: View the content of individual tasks.
- Node.js: Backend runtime environment.
- Express.js: Web framework for building server-side applications.
- EJS: Templating engine for rendering dynamic HTML.
- Tailwind CSS: Utility-first CSS framework for styling.
- File System (fs): Node.js module for file operations.