Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zajjaj-khan/goals-app-2024-reactnative

As 2024 is around the corner, I built an app to keep track of my goals and accomplition them on time.
https://github.com/zajjaj-khan/goals-app-2024-reactnative

newyearresolutions practicemakesprogress react-native reactjs

Last synced: 5 days ago
JSON representation

As 2024 is around the corner, I built an app to keep track of my goals and accomplition them on time.

Awesome Lists containing this project

README

        

# App for New Year Resolution 2024 😊

A goal-keeping app that keeps track of goals we have to encounter in 2024

## Run Locally

Clone the project

```bash
git clone https://github.com/Zajjaj-Khan/Goals-app-2024-ReactNative.git
```
Make sure you have a node installed on your machine

[Download NodeJS from Here](https://nodejs.org/en/download/current)

To check if you already have NodeJS installed Run the command:

```node --version```

Go to the project directory

```bash
cd my-project
```

Install dependencies

```bash
npm install
```

Start the server

```bash
npx expo start
```

## Screenshots

![App Screenshot](https://github.com/Zajjaj-Khan/Goals-app-2024-ReactNative/blob/master/assets/images/ScreenShot_App.jpg)