Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/pg07codes/fokus
- Owner: pg07codes
- License: gpl-3.0
- Created: 2021-01-14T17:18:21.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-01T03:52:10.000Z (over 1 year ago)
- Last Synced: 2024-12-09T16:27:40.569Z (about 1 month ago)
- Topics: productivity, react, webapp, webpack
- Language: JavaScript
- Homepage: https://fokusapp.netlify.app
- Size: 37.9 MB
- Stars: 159
- Watchers: 2
- Forks: 12
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
Fokus is a web based productivity tool. Give it a try here.
> 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:
# 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 GuptaFokus Code is GNU GPLv3 licensed 💖