Giter Site home page Giter Site logo

kyh / yours-sincerely Goto Github PK

View Code? Open in Web Editor NEW
34.0 2.0 4.0 11.77 MB

An ephemeral anonymous blog to send each other tiny beautiful letters

Home Page: https://yourssincerely.org/

License: MIT License

JavaScript 0.60% TypeScript 95.98% CSS 1.13% Java 0.56% Swift 1.30% Ruby 0.44%
anonymous blog ephemeral remix remix-run reactjs tailwindcss prisma planetscale

yours-sincerely's Introduction

contributions welcome GitHub last commit Discord

Yours Sincerely

๐Ÿš€ Website | App Store | Play Store

An ephemeral anonymous blog to send each other tiny beautiful letters. Write as if your arms are wide open, and hold them far apart.

Get Started

The application follows a typical Remix folder structure. You can find the entry point the web application in the app directory.

You'll notice that the Remix routes are just thin wrappers and most of the heavy lifting code is done in the /lib directory. This follows more of a nx/flutter folder structure which helps compartmentalize feature specific code and encourages sharing business logic code between the frontend web and server.

The native code is a capacitor wrapper which can be found in the ios and android directories.

โ”œโ”€โ”€ /api                     # Remix server
โ”œโ”€โ”€ /app                     # Frontend client
|   โ”œโ”€โ”€ /lib                 # Feature source code (most of the logic lives here)
|   โ””โ”€โ”€ /routes              # Remix file sytem routes
โ”œโ”€โ”€ /ios                     # iOS webview wrapper
โ”œโ”€โ”€ /android                 # Android webview wrapper
โ”œโ”€โ”€ /prisma                  # Prisma schema and database associated files
โ”œโ”€โ”€ /public                  # Static assets
โ””โ”€โ”€ /styles                  # Global styles

Install dependencies

  • Node.js - LTS version recommended

Local Development

# Rename .env.example to .env and update variables
mv .env.example .env

# Installing dependencies
npm install

# To start the app
npm run dev

# To run native apps (make sure web server is running with the command above)
npm run native-dev-ios
npm run native-dev-android

This will start the Remix development server. When the above command completes you'll be able to view your website at http://localhost:3000

Stack

This project uses the following libraries and services:

yours-sincerely's People

Contributors

dependabot[bot] avatar greenkeeper[bot] avatar kyh avatar snyk-bot avatar xuan-yue 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

Watchers

 avatar  avatar

yours-sincerely's Issues

List posts of a user in his profile

Ive read a few times that people wanr to read their own older posts and would like so see what a person wrote in the past via his profile

Describe the solution you'd like
There is allreddy a box with the information how many post a user wrote. It would be nice if you could click on that to get a list of the post the user posted. That could be used to track how a person is developing, to read more of their textes if they write in i stile someone likes and could be used for one user to see their own post

Describe alternatives you've considered
A alternative would be a extra Tab for that same feature, but in my opinion that would be more work because you would have to chance existing views, isted of one in extra link to the required view on a box wich allreddy exists in the profile view

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.