Skip to content

πŸ“ Todo List App - A full-stack Todo List application built with the MEVN stack (MongoDB, Express.js, Vue3, Node.js). Create, manage, and organize your tasks with ease. πŸš€ Features: User registration and login, create/update/delete tasks, mark tasks as completed. Start organizing your tasks today with the Todo List App!

Notifications You must be signed in to change notification settings

haziq-bangash/todo-app-mevn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Todo List App

This is a Todo List application built with a MEVN stack (MongoDB, Express.js, Vue3, Node.js). The app allows users to create, manage, and organize their todo tasks.

Link

Link to deployed App

Tech Stack

M - MongoDB
E - Express
V - Vue3
N - Node js

Features

  • User registration and login
  • Create, update, and delete todo tasks
  • Mark tasks as completed
  • Responsive design for mobile and desktop devices

Technologies Used

  • Frontend: Vue3, Vuex, Vue Router, Axios
  • Backend: Node.js, Express.js, MongoDB, Mongoose
  • Authentication: JSON Web Tokens (JWT), bcrypt
  • Deployment: Vercel

Prerequisites

Node.js & MongoDB Atlas account (for database)

Installation and Setup

  1. Clone the repository:
    ``` git clone https://github.com/your-username/todo-app-mevn.git ```
  2. Navigate to the directory: ``` cd todo-app ```
  3. Open VS Code: ``` code . ```
  4. client: ``` cd client ```
  5. install dependencies: ``` npm install ```
  6. Start Client: ``` npm run serve ```
  7. Server: open new terminal and cd to server directory ``` cd server ```
  8. install dependencies: ``` npm install ```
  9. Set Environment Variables (.env): ``` TOKEN=`YOUR JWT TOKEN` MONGO_DB_URL=`Your MongoDB Atlas Url` ```
  10. Start Server: ``` npm run dev ```

Deployment

Client: Deploy the client app to Vercel or your preferred hosting service.
Server: Deploy the server app to Vercel or your preferred hosting service.

About

πŸ“ Todo List App - A full-stack Todo List application built with the MEVN stack (MongoDB, Express.js, Vue3, Node.js). Create, manage, and organize your tasks with ease. πŸš€ Features: User registration and login, create/update/delete tasks, mark tasks as completed. Start organizing your tasks today with the Todo List App!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published