GitHunt
HA

haziq-bangash/todo-app-mevn

๐Ÿ“ 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!

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 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.

Languages

JavaScript57.7%Vue39.8%HTML2.1%Dockerfile0.4%

Contributors

Created May 26, 2023
Updated June 4, 2025
haziq-bangash/todo-app-mevn | GitHunt