An open API service indexing awesome lists of open source software.

https://github.com/dev-murphy/octo-eureka

Octo Eureka is a sleek and intuitive to-do app designed to significantly boost your productivity. With its user-friendly interface, you can effortlessly manage tasks and achieve more by simply embracing the “just do it” mindset.
https://github.com/dev-murphy/octo-eureka

Last synced: about 2 months ago
JSON representation

Octo Eureka is a sleek and intuitive to-do app designed to significantly boost your productivity. With its user-friendly interface, you can effortlessly manage tasks and achieve more by simply embracing the “just do it” mindset.

Awesome Lists containing this project

README

        

# 🐙 Octo Eureka - Just Do It!

**Octo Eureka** is a sleek and intuitive to-do app designed to significantly boost your productivity. With its user-friendly interface, you can effortlessly manage tasks and achieve more by simply embracing the “just do it” mindset.

## 🚀 Features

- **Task Management**: Stay on top of your tasks and track progress effortlessly.
- **Productivity Boost**: A beautifully crafted app that motivates you to act and finish tasks.
- **Seamless UI**: Modern design powered by cutting-edge front-end technologies.

## 💻 Tech Stack

### Front-end Tools

- [Vue 3 with TypeScript](https://vuejs.org/) - A modern JavaScript framework for building web apps.
- [TailwindCSS](https://tailwindcss.com/) - Utility-first CSS framework for rapidly building custom designs.
- [Pinia](https://pinia.vuejs.org/) - State management library for Vue.js.

### Back-end Tools

- Local or Session Storage

## 🛠️ Getting Started

Follow the steps below to set up and run Octo Eureka locally:

### 1. Clone the Repository

First, clone this repo and navigate to the project’s root directory:

```bash
git clone https://github.com/your-username/octo-eureka.git
cd octo-eureka
```

### 2. Install Dependencies

Make sure you have a package manager installed (`pnpm`, `npm`, or `yarn`). This project uses [pnpm](https://pnpm.io/), but you can use any of the following commands:

```bash
pnpm install # or npm install, yarn install
```

### 3. Run the App (Development Mode)

To start the app with hot-reload during development, use:

```bash
pnpm dev # or npm run dev, yarn dev
```

### 4. Build for Production

To compile, type-check, and minify the app for production:

```bash
pnpm build # or npm run build, yarn build
```

## 📄 License

This project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for details.