https://github.com/sriramakula/ticky
<p align="center"> <img src="images/ticky_logo.png" width="300" title="Ticky logo"></p># TickyTicky is a modern task management system with Kanban boards, built using ASP.NET Core Blazor. It offers a simple and efficient way to manage your projects and tasks, whether for personal use or team collaboration. ππ©π»
https://github.com/sriramakula/ticky
csharp endless-runner google-play-store hacktoberfest nodejs socket-io unity2d
Last synced: 7 months ago
JSON representation
<p align="center"> <img src="images/ticky_logo.png" width="300" title="Ticky logo"></p># TickyTicky is a modern task management system with Kanban boards, built using ASP.NET Core Blazor. It offers a simple and efficient way to manage your projects and tasks, whether for personal use or team collaboration. ππ©π»
- Host: GitHub
- URL: https://github.com/sriramakula/ticky
- Owner: SriramAkula
- License: mit
- Created: 2025-06-08T10:19:52.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-06-08T12:35:23.000Z (7 months ago)
- Last Synced: 2025-06-08T13:32:49.457Z (7 months ago)
- Topics: csharp, endless-runner, google-play-store, hacktoberfest, nodejs, socket-io, unity2d
- Language: HTML
- Size: 1.02 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Ticky: A Modern Kanban Board App ποΈ

Welcome to **Ticky**, a modern and free Kanban board application designed to help you manage your tasks efficiently. Whether you're working on personal projects or collaborating with a team, Ticky provides a simple and intuitive interface to keep your workflow organized.
## Table of Contents
- [Features](#features)
- [Getting Started](#getting-started)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)
- [Releases](#releases)
## Features
- **User-Friendly Interface**: Ticky offers a clean and simple layout that allows users to focus on their tasks without distractions.
- **Drag and Drop**: Easily move tasks between columns with a simple drag-and-drop action.
- **Real-Time Collaboration**: Work together with your team in real-time. Changes sync instantly.
- **Customizable Boards**: Create multiple boards to manage different projects and customize them to fit your workflow.
- **Task Management**: Add, edit, and delete tasks with ease. Set due dates and priorities to stay on track.
- **Dark Mode**: Switch to dark mode for a comfortable viewing experience in low-light conditions.
## Getting Started
To get started with Ticky, follow these steps:
1. **Clone the Repository**:
```bash
git clone https://github.com/SriramAkula/Ticky.git
```
2. **Navigate to the Project Directory**:
```bash
cd Ticky
```
3. **Install Dependencies**:
```bash
npm install
```
4. **Run the Application**:
```bash
npm start
```
## Installation
You can download the latest version of Ticky from the [Releases section](https://github.com/SriramAkula/Ticky/releases).
### Download and Execute
1. Visit the [Releases section](https://github.com/SriramAkula/Ticky/releases).
2. Download the appropriate file for your operating system.
3. Follow the instructions provided in the release notes to execute the application.
## Usage
Once Ticky is running, you can start using it immediately. Hereβs how:
1. **Create a New Board**: Click on the "New Board" button. Enter a name and description for your board.
2. **Add Columns**: Define your workflow by adding columns such as "To Do," "In Progress," and "Done."
3. **Create Tasks**: Click on a column to add tasks. Enter a title, description, and set due dates if necessary.
4. **Manage Tasks**: Drag tasks between columns as you progress. Edit or delete tasks as needed.
## Contributing
We welcome contributions from everyone! To contribute to Ticky, follow these steps:
1. **Fork the Repository**: Click on the "Fork" button at the top right of the page.
2. **Create a Branch**: Create a new branch for your feature or bug fix.
```bash
git checkout -b feature/YourFeature
```
3. **Make Changes**: Implement your changes and commit them.
```bash
git commit -m "Add your message here"
```
4. **Push Changes**: Push your changes to your fork.
```bash
git push origin feature/YourFeature
```
5. **Create a Pull Request**: Go to the original repository and create a pull request.
## License
Ticky is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.
## Contact
For questions or feedback, please reach out to the project maintainers:
- **Sriram Akula**: [GitHub Profile](https://github.com/SriramAkula)
## Releases
For the latest updates and downloads, visit the [Releases section](https://github.com/SriramAkula/Ticky/releases). Download the latest version and follow the provided instructions to execute the application.
## Conclusion
Thank you for checking out Ticky! We hope it helps you manage your tasks more effectively. If you have any suggestions or feedback, feel free to reach out or contribute. Happy task managing!