Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rojcode/todonodejs
📝 Manage your tasks efficiently with this Todo Application! Organize, update, and prioritize your todos with ease. Enjoy seamless user authentication, category management, and responsive design. Take control of your productivity today! 🚀
https://github.com/rojcode/todonodejs
js nodejs postgresql pug rojcode sequelize sequelize-orm todo todoapp todolist
Last synced: 9 days ago
JSON representation
📝 Manage your tasks efficiently with this Todo Application! Organize, update, and prioritize your todos with ease. Enjoy seamless user authentication, category management, and responsive design. Take control of your productivity today! 🚀
- Host: GitHub
- URL: https://github.com/rojcode/todonodejs
- Owner: rojcode
- License: mit
- Created: 2024-03-24T13:52:47.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-24T14:31:02.000Z (8 months ago)
- Last Synced: 2024-10-18T01:27:00.734Z (28 days ago)
- Topics: js, nodejs, postgresql, pug, rojcode, sequelize, sequelize-orm, todo, todoapp, todolist
- Language: JavaScript
- Homepage:
- Size: 471 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Todo Application
This is a simple Todo application built using Node.js and Express framework. It allows users to create, update, and delete todo tasks organized by categories.
## Screenshots
### Home Page
![Home Page](https://s8.uupload.ir/files/screen_shot_1403-01-05_at_17.36.28_tne.png)### Login Page
![Login Page](https://s8.uupload.ir/files/screen_shot_1403-01-05_at_17.36.19_c9ot.png)### Signup Page
![Signup Page](https://s8.uupload.ir/files/screen_shot_1403-01-05_at_17.36.04_ri79.png)### Categories
![Categories](https://s8.uupload.ir/files/screen_shot_1403-01-05_at_17.35.26_kq8q.png)### User Dashboard
![UserDashboard](https://s8.uupload.ir/files/screen_shot_1403-01-05_at_17.35.09_5aah.png)## Features
- User Authentication: Users can sign up and log in to access their todo lists.
- Todo Management: Users can create, update, and delete todo tasks.
- Category Management: Users can organize todo tasks into categories.
- User Management: Users can manage their profile and upload a profile picture.
- Responsive Design: The application is designed to be responsive and works well on various devices.## Technologies Used
- Node.js
- Express.js
- Sequelize (ORM for database interaction)
- Pug (templating engine)
- HTML, CSS (for frontend)
- JavaScript