|
1 | | -# Create T3 App |
2 | | - |
3 | | -This is a [T3 Stack](https://create.t3.gg/) project bootstrapped with `create-t3-app`. |
4 | | - |
5 | | -## What's next? How do I make an app with this? |
6 | | - |
7 | | -We try to keep this project as simple as possible, so you can start with just the scaffolding we set up for you, and add additional things later when they become necessary. |
8 | | - |
9 | | -If you are not familiar with the different technologies used in this project, please refer to the respective docs. If you still are in the wind, please join our [Discord](https://t3.gg/discord) and ask for help. |
10 | | - |
11 | | -- [Next.js](https://nextjs.org) |
12 | | -- [NextAuth.js](https://next-auth.js.org) |
13 | | -- [Prisma](https://prisma.io) |
14 | | -- [Tailwind CSS](https://tailwindcss.com) |
15 | | -- [tRPC](https://trpc.io) |
16 | | - |
17 | | -## Learn More |
18 | | - |
19 | | -To learn more about the [T3 Stack](https://create.t3.gg/), take a look at the following resources: |
20 | | - |
21 | | -- [Documentation](https://create.t3.gg/) |
22 | | -- [Learn the T3 Stack](https://create.t3.gg/en/faq#what-learning-resources-are-currently-available) — Check out these awesome tutorials! |
23 | | - |
24 | | -You can check out the [create-t3-app GitHub repository](https://github.com/t3-oss/create-t3-app) — your feedback and contributions are welcome! |
25 | | - |
26 | | -## How do I deploy this? |
27 | | - |
28 | | -Follow our deployment guides for [Vercel](https://create.t3.gg/en/deployment/vercel), [Netlify](https://create.t3.gg/en/deployment/netlify) and [Docker](https://create.t3.gg/en/deployment/docker) for more information. |
29 | 1 |
|
| 2 | +# Taskly |
| 3 | +Taskly is an opinionated agile project managment website that provides a simplified and user focused project managment experience. |
| 4 | +<div align="center"> |
| 5 | + |
| 6 | +[](https://www.tasklypm.com/) |
| 7 | + |
| 8 | +</div> |
| 9 | + |
| 10 | +## Features |
| 11 | + |
| 12 | +1. **AI Features**: Enhance your workflow with cutting-edge AI. Our machine learning algorithms adapt to your project needs, streamlining tasks and boosting productivity. |
| 13 | +2. **Fast & Realtime**: Speed up your work with our seamless user experience. Gain a competitive edge with instant a task management system thats easy for everyone. |
| 14 | +3. **Simple**: Intuitive for all skill levels. Navigate your projects with an interface designed for simplicity, backed by powerful technology. |
| 15 | +4. **Stay Notified**: Taskly provides seamless notification integration and a UI which helps you catch up quickly. |
| 16 | +5. **Documentation** (Coming Soon): Get started quickly with comprehensive guides. Our detailed documentation provides all you need to harness the power of simplified project management. |
| 17 | + |
| 18 | + |
| 19 | +## Installation |
| 20 | + |
| 21 | +**Prerequisites** |
| 22 | +```bash |
| 23 | + Install node (at least version 18.17) |
| 24 | + Create an account on TasklyPM.com |
| 25 | +``` |
| 26 | + |
| 27 | +**.env** |
| 28 | + |
| 29 | +The environment is needed for the project to function properly in local development. If you are recreating the environment with your own keys please see the `.env.example` file. |
| 30 | + |
| 31 | +**Install** |
| 32 | +```bash |
| 33 | + Git pull https://github.com/GuruUpdesh/taskly.git |
| 34 | + cd taskly |
| 35 | + npm install |
| 36 | +``` |
| 37 | +## Usage |
| 38 | +**Development** |
| 39 | +```bash |
| 40 | + npm run dev |
| 41 | +``` |
| 42 | +**Demo** |
| 43 | +```bash |
| 44 | + npm run build |
| 45 | + npm start |
| 46 | +``` |
| 47 | + |
| 48 | +## The Vision |
| 49 | +It's a perfect solution for small teams or startups that need a tool which enables success, but doesn't require a large learning curve. With a focused featureset and simplified options Taskly's "opinionated" approach, emphasizing the belief that a tool's effectiveness is enhanced when it's straightforward and devoid of unnecessary complexities. This philosophy underpins our design choices, ensuring that users encounter minimal friction while maximizing their efficiency. |
| 50 | + |
| 51 | +Agile project management tools often suffer from high complexity and difficult learning curves, causing inefficiency, onboarding challenges, and wasted investment. Project planning is critical to a successful business, as poor planning and undefined goals contribute to a significant number of project failures. |
| 52 | + |
| 53 | +## Contributors |
| 54 | + |
| 55 | +- [Guru Updesh Singh](https://github.com/GuruUpdesh) |
| 56 | +- [Cameron Hollis](https://github.com/cameronhollis4) |
| 57 | +- [Yash Sankanagouda](https://github.com/sankanay) |
0 commit comments