Skip to content

Latest commit

 

History

History
176 lines (120 loc) · 4.38 KB

File metadata and controls

176 lines (120 loc) · 4.38 KB
logo

Kepler - An Application Tracking

"The best way to predict the future is to create it."

Kepler is a robust task tracking application designed to streamline project management and team collaboration. With a modern interface and advanced features, Kepler empowers teams to stay organized and productive.


🌟 About the Project

📷 Screenshots

screenshot screenshot

👾 Tech Stack

Client
Server
Database

🎯 Features

Real-time updates: Stay in sync with live task tracking and updates.

User-friendly UI: Modern and intuitive design for seamless navigation.

Collaboration tools: Assign tasks, set deadlines, and track progress in teams

🌈 Future Enhancements

Integration with third-party tools such as Slack and Trello.

Enhanced analytics and reporting capabilities.

Mobile application development.

🔑 Environment Variables

To run this project, you will need to add the following environment variables to your .env file

YOUR_API_KEY

🧰 Getting Started

‼️ Prerequisites

This project uses npm as package manager

⚙️ Installation

Install my-project with npm

  npm install
  cd task-tracking-app

🏃 Run Locally

Clone the project

  git clone https://github.com/leaser019/Task-Tracking-Application

Install dependencies

  npm install

Start the server

  npm start