Giter Club home page Giter Club logo

task-manager's Introduction

Clavy

Clavy is a handy task manager that helps you to reach goals. The name was got from 'clever' word. That means it is intelligent and can help to accomplish various tasks. Our idea is to make universal assistant which will plan your day. All that you need to do is just define deadlines and precedence of each task. Afterwards, our system evenly disperses all tasks between current day and its deadlines. If it's necessary you can drag tasks on day that is more convenient to you.

We know that some major goals can't be reached without help. So it will be useful if it is possible to share tasks with friend or colleagues. In Clavy just select particular task and send it to another user, you will be notified about his answer(accept/refuse).

Run Project

To run Clavy on your local machine some softwares need to be installed. Below there is list of them with corresponding link for installation tutorials:

  • At the moment Mongodb database is used on the project. You can easily install it by this tutorial.
  • For server-side environment we use Node.js. There is a pretty good article where its installation is described.
  • Eventually package management. Since the project uses Node.js environment it's naturally to use npm. It must be already installed with Node.js.

Afterwards all dependencies are installed you can follow this steps to run the project:

  • Clone the project to a some folder on your system. The link can be got from the GitHub repository.
  • All commands are performed in a project folder, so open terminal and go to it.
  • At first npm packages must be installed. Just type: npm install.
  • Gulp should be installed globally: npm install gulp -g.
  • Due to bundle files aren't kept in repo they must be compiled. To do this run production task: npm run production.
  • Run the server: npm run start. Now Clavy is available on localhost:8080.

License

MIT © Clavy project

task-manager's People

Contributors

atomiomi avatar sharok avatar

Watchers

 avatar  avatar

Forkers

maitrenem

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.