sam-ayo / TaskManager

This web application was built using HTML, CSS, and vanilla JavaScript for the frontend, Node.js and Express for the backend, and MongoDB for data persistence.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TaskManager

This web application was built using HTML, CSS, and vanilla JavaScript for the frontend, Node.js and Express for the backend, and MongoDB for data persistence. The application allows users to manage tasks over a period of time, including creating, editing, and deleting tasks. It was developed with a focus on usability and efficient task management.

To Run

                 git clone https://github.com/sam-ayo/TaskManager.git
                 cd Taskmanager
                 npm install
                 touch .env 

inside .env create a MONGO_URI = Your Mongo uri key

                 npm start

About

This web application was built using HTML, CSS, and vanilla JavaScript for the frontend, Node.js and Express for the backend, and MongoDB for data persistence.


Languages

Language:JavaScript 43.8%Language:CSS 40.3%Language:HTML 16.0%