Skip to content

No-Horny/NoHorny

Repository files navigation

GPL-3.0 License ‍‍ Version 1.2 ‍‍ open source

About Project

No Horny is a open source project to help you stop being horny, help you on NoFap, and on self improvement

Our goals

  • Make a good Website and App
  • Make it free for everyone
  • Help peoples to quit porn and fap

About Website

The website is developed focused on offline first and mobile first

Features

How to run?

Dev server

yarn && yarn dev

Prod server

yarn && yarn build && yarn serve

Change app firebase config

Access the file in (src > shared > services > firebase.ts)

import { initializeApp } from "firebase/app";
import { getFirestore } from "firebase/firestore/lite";

const app = initializeApp({
  apiKey: "Your firebase apiKey",
  authDomain: "Your firebase authDomain",
  projectId: "Your firebase projectId",
  storageBucket: "Your firebase storageBucket",
  messagingSenderId: "Your firebase messagingSenderId",
  appId: "Your firebase appId",
  measurementId: "Your analytics G-Tag",
});

const db = getFirestore(app);

export { app, db };

What new on version 1.2?

  • New design

  • Streak history

  • No Fap diary

  • Guided breathings

  • Dark theme

  • Translation to portuguese

  • New app icon

Deploy Status

Netlify Status Vercel Status