Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.06 KB

README.md

File metadata and controls

21 lines (12 loc) · 1.06 KB

React Native - The Practical Guide [2024] Course

Goal Tracker App 🎯

This repository contains the code and projects developed while following the React Native - The Practical Guide 2024 course on Udemy from Maximilian Schwarzmüller. The course covers the following topics:

This is a simple React Native application designed to help users set and manage their goals. The app allows users to add new goals, view a list of their goals, and delete goals they no longer wish to keep.

Features

  1. Add Goals 📥: Easily add new goals using a modal input form.
  2. View Goals 📋: View your list of goals in a scrollable list.
  3. Delete Goals 🗑️: Delete goals with a single press.

UI

Feel free to explore the code and contribute!