EdlanioJ / my-goals

A react native app made in expo with nativewind and expo-sqlite news features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Goals App

About the project

This is a simple app that allows users to create and manage their goals. Users can create new goals, track their progress. Built in Expo(React Native) and SQLite, the app is designed to be user-friendly and easy to use.

Built With

Expo

React-Native

Nativewind

SQLite

Getting Started

Follow the steps below to run the project.

Prerequisites

To run this project, you will need:

  • npm

    npm install npm@latest -g

Installation

  1. Clone the repo
git clone https://github.com/EdlanioJ/my-goals.git
  1. Install NPM packages
npm install

Run

Run in Expo Go

npx expo start

Run in a Emulator

// iOS Emulator
npx expo run:ios

// Android Emulator
npx expo run:android

Usage

Follow the steps below to use the app.

Create a New Goal

  1. Tap the "+" button.
  2. Enter a name for your goal in the text field and how much to achieve the goal.
  3. Tap the "Create" button to save your goal.

Track Your Progress

  1. Tap the Goal you want to track and check.
  2. Tap the "New transaction" button to add a transaction.
  3. Enter the amount of the transaction and tap the "Add" button to save it.
  4. Tap the "Back" button to go back.

Roadmap

  • Goal

    • Create
    • Get By Id
    • Get All
  • Transaction

    • Create
    • Get Latest
    • Get By Goal ID

Layout

You may view the layout of this project through this link 🔗. You must have an account at Figma to access it.

License

This project is under the MIT license. See the LICENSE file for more details.

Made with ❤️ por Edlâneo Manuel 👋

About

A react native app made in expo with nativewind and expo-sqlite news features


Languages

Language:TypeScript 96.2%Language:JavaScript 3.6%Language:CSS 0.2%