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!

Home Page:https://todo-app-mevn-client.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

https://todo-app-mevn-client.vercel.app


Languages

Language:JavaScript 57.7%Language:Vue 39.8%Language:HTML 2.1%Language:Dockerfile 0.4%