An open API service indexing awesome lists of open source software.

https://github.com/yes20sh/task-manager-express.js

A simple MERN stack project that allows users to create, view, edit, and manage text files through a web interface.
https://github.com/yes20sh/task-manager-express.js

backend express-js javascript

Last synced: 3 months ago
JSON representation

A simple MERN stack project that allows users to create, view, edit, and manage text files through a web interface.

Awesome Lists containing this project

README

          

# Project-1

A simple MERN stack project that allows users to create, view, edit, and manage text files through a web interface.

## Features

- **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.

## Technologies Used

- **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.