Giter Club home page Giter Club logo

fokus's Introduction

Fokus Logo

Fokus is a web based productivity tool. Give it a try here.

Game Ref Application Category Repo Main Language Module Bundler

NOTE: the project is under development and I am making changees to the react state. As the state is being saved to localstorage, updating it might cause some changes to break for you. If you are facing any issues while loading the app, Please clear localstorage and refresh. Please raise an issue and I'll be happy to help. Thanks.

screenshots ❤️

Fokus App

Fokus App

Fokus App

Fokus App

Fokus App

How to setup locally and run project

1. Clone repository

git clone https://github.com/pg07codes/fokus

2. Enter into cloned repo

cd fokus

3. To install dependencies

npm install

4. To run development server

yarn dev

5. To create distribution bundle

yarn build

How to setup locally in Docker

1. Clone repository

git clone https://github.com/pg07codes/fokus

2. Enter into cloned repo

cd fokus

3. Build image

docker build -t fokus .

4. Start container

docker run -d --name fokus -p 3000:3000 fokus

NOTE: There is also an unofficially maintained docker image available at registry.gitlab.com/brandonbutler/fokus-docker:latest, see the fokus-docker project for more information.


Contributing

Contributions in any form are encouraged and I would love to merge them back into the codebase. You can help me by:

  • ⭐ STAR this repository ⭐
  • 🐛 Raising issues or bugs
  • 👍 Helping new users with issues they may encounter
  • 💡 Improving documentation or raising your suggestions
  • ⤴️ Submitting PR with bug fixes or new features
  • 🗣️ Spreading the word and recommending it to your friends and family

If you're into react development and interested in contributing, feel free to raise a issue or PR or hit me up on my mail.


License GNU GPLv3

I chose this license to ensure this project stays open source and contributor enhancements are made available to the public.

GNU GPLv3 Permissions of this strong copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights.

See license for complete license text.


Open Source

Copyright © 2022 Pranav Gupta

Fokus Code is GNU GPLv3 licensed 💖

fokus's People

Contributors

min0k avatar pg07codes avatar samvid95 avatar starttoaster avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

fokus's Issues

Official Docker image

My earlier PR #3 added a Dockerfile where anyone can build their own copy of the image. But it's still slightly inconvenient, in that a user would still need to clone this repo and build that image even if they were not interested in doing anything else with the source code.

I put up a repo in gitlab that builds that docker image for them, so that a user does not need to do any additional work besides call on a docker run command which would fetch a pre-built image for them. https://gitlab.com/brandonbutler/fokus-docker

It builds a new copy of the Docker image based on the latest source code in the master branch of this repo on a weekly schedule. If it's of interest to you that your users are aware of it, it might be a good addition to the readme. Might also be worthwhile for you to look into Docker yourself to see about maintaining a more official image :)

Arrows

these two arrow cover the numbers and field.
(FireFox 96)
Screenshot-2022-05-03-215939

incorrect ports number in documentation

The documentation advises to map ports 5000 to 5000 but looks like the internal port is 3000. It should be -

docker run -d --name fokus -p 5000:3000 fokus

or

docker run -d --name fokus -p 3000:3000 fokus

Some problems

The plus button (add) is not working and in order to add a task I should use enter on the keyboard.
Screenshot-2022-05-03-220253

The "rd" that is written here is very small.
Screenshot-2022-05-03-220548

Put the quote inside a box because without box when you hover it it became unaligned and out of size.
You can make it something like this:
Screenshot-2022-05-03-221432

Add docker image to docker hub

Can you please add the docker image to the hub.docker.com, so that we can use it on docker management systems like CasaOS that support only pulling the image from hub.docker.com?

No Dockerfile for Fokus

There's no Dockerfile or official image in Docker Hub or GitHub's image registry. Many users (presumably, I'll only speak for myself for sure) would like an officially maintained image for Fokus to run in a containerized environment in their homelab.

Remove Google Analytics

We all know that Google Analytics is bad for privacy, so please consider changing to something like Plausible or Umami.

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.