Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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! 🚀

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