/goals-app

Small goals app

Primary LanguageJavaScript

Goals-App

This is a simple Goals-App built with React Native. Users can enter their goals and delete them by clicking on them whenever they want.

Installation

To get started with the project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/aykutyildiz26/goals-app.git
    cd goals-app
  2. Install dependencies

    npm install
  3. Start the app

     npx expo start

Usage

  1. Add a Goal:
  • Enter your goal in the input field and press the "Add Goal" button.
  • The goal will be added to the list of goals displayed on the screen.
  1. Delete a Goal:
  • Simply click on a goal in the list to remove it.

Contributing

Contributions are welcome! If you have any ideas or improvements, feel free to open an issue or submit a pull request.