Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.41 KB

README.md

File metadata and controls

45 lines (31 loc) · 1.41 KB

Screenshot 2024-03-08 211536

Taska was built as a learning project to explore EJS, MongoDB, NodeJs and REST API integration.

Taska : The Task Manager 📝

From prioritizing daily to-do lists to keeping track of long-term goals, staying organized with your tasks can greatly enhance your efficiency and effectiveness. Taska offers a simple yet powerful solution which allows you to quickly jot down tasks as they come to mind, ensuring that nothing slips through the cracks.

Key Features

  1. Sector-wise task division
  2. Addition of new sectors and tasks in each sector
  3. Daily task refresh
  4. Checkboxes to sense the completion of tasks

Tech Stack

Component Technology Stack
Frontend HTML, CSS, JavaScript, Bootstrap Framework
Backend NodeJs, MongoDB, EJS, Express, REST API

Getting Started


To get started with Taska on your side, follow these steps:
  1. Clone the repository:

    git clone https://github.com/kosuri-indu/Taska.git
  2. Install the necessary dependencies using npm:

    npm install
  3. Run the application using node:

    node index.js