GithubHelp home page GithubHelp logo

bartozzz / offchan.org Goto Github PK

View Code? Open in Web Editor NEW
21.0 6.0 1.0 1.18 MB

WIP: Offchan is a modern, real-time, anonymous cyberpunk image board. The main themes are programming, technology, science, psychology and philosophy.

Home Page: https://offchan.org

License: GNU General Public License v3.0

JavaScript 8.48% HTML 2.27% Vue 45.20% TypeScript 34.58% CSS 7.83% Shell 1.64%
image-board discussion-board discussion-forum firebase vue

offchan.org's Introduction

Hi, I am Bartek πŸ‘‹


I have excellent knowledge of front-end development. I’m comfortable in technologies such as CSS Modules, CSS Preprocessors, JavaScript inline styling as well as build tools such as Gulp and Webpack. I am confident in understanding documentation when introducing a new framework or library.

I have a deep understanding of component-based frameworks, such as Re​act and Vue​.js. I have a testing mindset and an eye for clean code. I care about code quality, consistency, reusability – that’s why I value functional programming and strong typing (TypeScript, Flow).

Beyond front-end, I am passionate about creating robust, scalable, and secure systems. As a full-stack developer, I can integrate user-facing elements with server-side logic. I adhere to the best infosec and DevOps practices. I always write reusable code and l​i​b​r​a​r​ies.

Social

offchan.org's People

Contributors

bartozzz avatar florian3k avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

mioscape

offchan.org's Issues

Create thread module

Possible schema:

{
  "guid": {
    "date": Date,
    "file": String,
    "author": String,
    "content": String,
    "board": BoardEnum
  }
}

Add install prompt

When requirements are meet, we should prompt a "install" banner to add our PWA to the home screen.

#!/bin/sh vs #!/usr/bin/env bash

Let's look at this line - it would be better to use /bin/sh to ensure portability and security (first variant reduces code injection possibilities).

Handle component throws

If a Vue component throws, it should redirect to the error page and send logs via Firebase crash reports.

Add return button on thread page

This app aims to be a PWA. Once installed on a device, there'll be no browser navigation. We should add a return button on thread page, to come back to the previous position on board.

Add offline information

When user is offline, it should add a small bar on the top/bottom indicating that there's no internet connection.

Add a return button on error page

This app aims to be a PWA. Once installed on a device, there'll be no browser navigation. We should add a return button on error page.

Create offline-first forms

When user is offline, the form state should be saved locally, so user can send it later. Besides saving in local storage, it should disable the submit button and prompt an information, that the form state will be saved till next visit.

Send notifications on replies in thread

Thread authors should get notifications when somebody adds a comment in their thread. It should be handled locally, not on Firebase, for example by storing the GUID of the created thread in device's memory.

Create comment module

Potential schema:

{
  "guid": {
    "date": Date,
    "file": String,
    "author": String,
    "content": String,
    "thread": String
  }
}

Add update prompt

If there's a new PWA version available, user should be prompted to reload the app.

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.