Git Product home page Git Product logo

emotion-status's Introduction


Emotion Status - emote your emotions

Table of contents

Built With

Library name Description
react native with expo Mobile Framework
supabase client Supabase SDK
TanStack query v5 for React Manage Async State
React Hook Form Manage Form State
Zod Runtime Validation
RNUI and React Native Reanimated React Native UI Components
Day.js Parse, validate, manipulate, and display dates and times

Folder Structure

app

Expo router

features

In the per feature separation there is no clear structure because it depends on business domain.
Don't use the generic folders like utils or components, each folder is a separate feature.
"move files around until it feels right" with this rules:

  • Each module should correspond to a specific functionality or business domain
  • Each module can have shared folder with shared files across module and child modules
  1. Features at the same folder level are not allowed to import each other.

  2. The shared folder is an exception to the first rule and modules can import files from shared folder at the same level.

  3. Child features are not allowed to import the parent feature but parent can import children.

shared

Same rules like in features folder

Getting Started

Prerequisites

Environment Variables

Copy .env.example and rename to .env
You can message me (contact info) for environment variables if you want test the app

Install Packages

npm install

Generate Supabase Types

npm run gen:types

Start a server for developing your app

npm run start

emotion-status's People

Contributors

filipo11021 avatar

Stargazers

 avatar

Watchers

 avatar

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.