Skip to content

Latest commit

Β 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ ToDoList Web App

A clean and responsive ToDoList web application with user authentication (Login/Register). Built with modern web technologies to help you stay productive and organized.


πŸš€ Features

  • βœ… User registration & login system
  • 🧠 Personalized ToDo list per user
  • πŸ“ Add, edit, and delete tasks
  • πŸŒ™ Simple, responsive, and user-friendly interface
  • πŸ” Authentication with session/token support (depending on implementation)

🧰 Tech Stack

  • Frontend: VueJs
  • Backend: Node.js, Express
  • Database: MySql (or other, specify if needed)
  • Auth: JWT / Sessions (specify what's used)

πŸ’» Getting Started

Clone the repository and install dependencies:

git clone https://github.com/your-username/todolist-app.git
cd todolist-app
npm install

Start the development servers:

  • Run the backend
npx nodemon .
  • Run the frontend
npm run dev

πŸ“ Project Structure

/todolist-app
β”‚
β”œβ”€β”€ /public         # Static assets
β”œβ”€β”€ /src
β”‚   β”œβ”€β”€ /routes     # API routes (auth, tasks)
β”‚   β”œβ”€β”€ /views      # HTML templates or frontend files
β”‚   └── /controllers
β”‚
β”œβ”€β”€ .env            # Environment variables
β”œβ”€β”€ package.json
└── server.js       # Main server file

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages