Coder Social home page Coder Social logo

shaymin-journaling-app's Introduction

Shaymin - The gratitude app

The Shaymin project is a gratitude journaling app that aims to help me (Alan) become happier and more grateful.

The app will have a simple interface that allows me (and eventually other users) to write down what they are grateful for using a local db or private db provider.

Built with Remix

Getting Started

From your terminal:

pnpm run dev

This starts your app in development mode, rebuilding assets on file changes.

Deployment

First, build your app for production:

pnpm run build

Then run the app in production mode:

pnpm start

Now you'll need to pick a host to deploy it to.

DIY

If you're familiar with deploying node applications, the built-in Remix app server is production-ready.

Make sure to deploy the output of remix build

  • build/
  • public/build/

shaymin-journaling-app's People

Watchers

Alan Zambrano avatar

shaymin-journaling-app's Issues

Migrate data to a DB

As a developer, I want to migrate the contacts data from a JSON file to a SQLite database, so that I can manipulate the data more efficiently and mount it on a remote server.

Acceptance criteria

  • The SQLite database should contain all the data currently in the contacts.json file.
  • The database should be structured in a way that allows for efficient data manipulation.
  • The database should be mountable on a remote server.
  • The migration process should not result in any data loss.
  • The system should still function as expected after the migration.

Enable note creation

As a developer, I want to incorporate a list of notes for each contact, each bound to a specific date, so that the application can create multiple notes per contact and use the date of the last created note to recommend a contact to reach out to.

Acceptance Criteria

  • Each contact should be able to have multiple notes associated with them.
  • Each note should be bound to a specific date.
  • The application should be able to create new notes for a contact.
  • The date of the last created note should be used by the randomization logic to recommend a contact to reach out to.
  • The system should still function as expected after this feature is implemented.

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.