Giter VIP home page Giter VIP logo

tasky's Introduction

Tasky

Task management is an essential part of work projects —and for most of our personal lives too. Some people may think that it is just controlling their daily to-dos with checklists. But no.

Since your tasks are the building blocks of plans, projects, and whatever necessary to keep life in order, managing them requires a few steps. The main steps are tracking, adding deadlines and delegation, when it comes to collaboration inside teams.

That’s why notebooks, pens, or even spreadsheets aren’t enough for more complex contexts anymore. These are too simple solutions when you need to collaborate with other people or organize your to-dos in a way you can easily track their progress.

Tasky is built specifically for the purpose of improving your experience while managing your to-dos, and they are essential for people who want to organize your work and enhance your productivity.

DEMO

A demo video how to use tasky can be seen here

Demo video

TECH STACK

  • HTML5
  • CSS
  • Bootstrap
  • Javascript

Links to Useful Resources

Fonts

Get fonts from Google Fonts

<link
    href="https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic"
    rel="stylesheet">

jsDelivr

When you only need to include Bootstrap’s compiled CSS or JS, you can use jsDelivr.

<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>

Icons

Get icons from Font Awesome

FontAwesome-CDN

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
    integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
    crossorigin="anonymous" referrerpolicy="no-referrer" />

tasky's People

Contributors

komaldewnani avatar

Watchers

 avatar

tasky's Issues

Open Task Button

On clicking the Open Task Button, the task should open up giving details about the task and also the date when the task was created.

Search Task

When the user search task in the search bar then that card should be displayed.

Edit Card Button

On clicking the Edit Card Button, the modal with the details of the card should open up, user can modify the content and edit the data in the card.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.