GithubHelp home page GithubHelp logo

uttkarsh-raj / plannerly Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 14.49 MB

A user-friendly todo app that streamlines task organization. It enables task addition, prioritization (urgent or regular), and offers comprehensive analytics. With these features Plannerly is a versatile productivity tool for efficient task management.

Go 9.77% Kotlin 0.05% Swift 0.62% Objective-C 0.01% Dart 71.74% CMake 7.39% C++ 8.94% C 0.56% HTML 0.73% Dockerfile 0.19%
bloc-architecture docker flutter gin-gonic golang rest-api

plannerly's Introduction

Plannerly


Problem Statement

Task management can be overwhelming, often lacking a user-friendly and comprehensive solution. Users struggle with disorganized to-do lists, prioritization difficulties, and a lack of analytics to track their productivity.

Plannerly

It is a user-friendly todo app designed to simplify task organization. Users can effortlessly add tasks, prioritize them as urgent or regular, and benefit from comprehensive analytics. Plannerly is the go-to productivity tool, offering an efficient solution for streamlined and effective task management.



Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

There are many great README templates available on GitHub;however, I didn't find one that really suited my needs so I created this one. I wanted to create a README template which satisfies the project.

Here's why:

  • A project that solves a problem and helps others.
  • One shouldn't be doing the same task over and over like creating a README from scratch.
  • You should implement DRY principles to the rest of your life ๐Ÿ˜„

Of course, no one template will serve all projects since your needs may be different. So i'll be adding more in the near future.You may also suggest changes by forking this repo and creating a pull request or opening issue. Thanks to all the people have contributed to expanding this template!

About The Project

LegalEdge is a flutter application which uses firebase to sign in users and create a new account. With the help of our Node.js backend we have integrated the functionalities of registering users, lawyers , creating posts , liking a post and also commenting on the posts.

Built With

This section should list any major frameworks/libraries used to bootstrap your project.Leave any add-ons/plugins for the acknowledgement section. Here are a few examples.

image

image

(back to top)

Getting Started

We recommend creating a new flutter project using 'flutter create --org project_name' , which sets up a default application setup automatically. To create a project, run the followingf command in cmd after downloading and sucessfully installing flutter:

'flutter create --org project_name'

Prerequisites

After the installation is complete:

In the main file try running with the run without debugging:

Screenshot (13)

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Installation

Below is an example of how you can instruct your audience on installing and setting up your app.This template doesn't rely on any external dependencies or services.

1.Clone the repo

git clone https://github.com/Uttkarsh-raj/Plannerly

2.Install the packages

flutter pub get

(back to top)

Setup backend

Setup the repo in your local system

git clone https://github.com/Uttkarsh-raj/Legal-Edge.git

Create a .env file in the Backend folder of the project and add the following

PORT=8000
MONGODB_URL="<Your_Mongodb_Url_Here>"
SECRET_KEY= "<Your_Secret_Key_Here>"

Run the following commands next

go run main.go

The server has started and ready to send and receive requests. Next, head to the Frontend/Plannerly/lib/utils/server/server_constants.dart and add these changes

var baseUrl = "http://your_id_address_here:8000";

Now you are ready to run the project locally.

Routes

1. User Routes

POST '/user/signup'

  • Send {first_name,last_name,email,password,phone} as Request body
  • Responds as {success:true,data:documentId}

POST '/user/login'

  • Send {email,password} as Request body
  • Responds with {success:true , data: UserObject}

2. Task Routes

POST '/addTask'

  • Send { user_id,title,desc,time,date,status} as Request body
  • Responds as {success:true, data:TaskObject}

PATCH '/update/:id'

  • Send {first_name,last_name,email,password,phone,or any params you want to change} as Request body
  • Responds as {success:true,data:documentId}

GET '/getTasks'

  • Responds as {success:true, data:TaskObjects}

GET '/getTask/:id'

  • Responds as {success:true, data:TaskObject}

GET '/tasks/urgent'

  • Responds as {success:true, data:TaskObject}

GET '/tasks/regular'

  • Responds as {success:true, data:TaskObject}

DELETE '/delete/:id'

  • Responds as {success:true, data:TaskObject}

POST '/search'

  • Send {search} as Request body
  • Responds as {success:true, data:TaskObject}

Usage

  1. Adding Tasks:

    • Problem: Users face challenges in organizing their tasks efficiently.
    • Solution: With Plannerly, users can easily add tasks, ensuring a clear and organized to-do list.
  2. Prioritization:

    • Problem: Users struggle to prioritize tasks, leading to confusion.
    • Solution: Plannerly allows users to categorize tasks as urgent or regular, aiding in effective prioritization.
  3. Comprehensive Analytics:

    • Problem: Lack of insights into task completion and productivity.
    • Solution: Plannerly provides comprehensive analytics, enabling users to track their productivity and make informed decisions.

Screenshots:

Login and Signup Screens:

Other ScreenShots:

(back to top)

Roadmap

  • Add Changelog
  • Add back to top links
  • Add Additional Templates w/ Examples
  • Add "components" document to easily copy & paste sections of the readme
  • Multi-language Support
    • Hindi
    • English

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire ,and create.Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

(back to top)

Contact

Uttkarsh Raj - https://github.com/Uttkarsh-raj

(back to top)

Acknowledgments

Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!

(back to top)

plannerly's People

Stargazers

 avatar  avatar

Watchers

 avatar

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.