Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pg07codes/fokus

react web app to help you become more productive :fire: and efficient with time:star2:
https://github.com/pg07codes/fokus

productivity react webapp webpack

Last synced: 22 days ago
JSON representation

react web app to help you become more productive :fire: and efficient with time:star2:

Awesome Lists containing this project

README

        


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 :heart:

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](https://gitlab.com/brandonbutler/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: STAR this repository :star:
- :bug: Raising issues or bugs
- :thumbsup: Helping new users with issues they may encounter
- :bulb: Improving documentation or raising your suggestions
- :arrow_heading_up: Submitting PR with bug fixes or new features
- :speaking_head: 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 💖