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.
- Host: GitHub
- URL: https://github.com/yes20sh/task-manager-express.js
- Owner: yes20sh
- Created: 2025-04-14T15:04:08.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-14T16:08:25.000Z (about 1 year ago)
- Last Synced: 2025-04-15T01:17:33.372Z (about 1 year ago)
- Topics: backend, express-js, javascript
- Language: EJS
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.