This is a habit tracking app that allows users to login/sign up using Firebase Authentication and keep track of their habits using Firestore, a cloud database. Users can add new habits, mark them as complete or incomplete, and track their progress over time.
This open source project is organized by the 2022-2023 Tech Team at UBC Google Developer's Student Club including Mayank Rastogi, Ashkan Gharahgozli, and Andrew Lee, with the goal of teaching GDSC members full stack React Native development.
GDSC (Google Developers Student Club) is an initiative by Google that offers students a platform to learn, collaborate and work on technical projects in diverse fields like mobile and web development, machine learning, and more. Members of the program have access to various resources, workshops, and events that help in developing their skills and enhancing their knowledge as developers.
By contributing to this project, GDSC members can gain practical experience with React Native and Google Cloud Platform while making valuable contributions to the open-source community.
- User authentication with Firebase Authentication
- Add, update, and delete habits
- Mark habits as complete or incomplete
- View a calendar to track habit completion over time
- Install NVM for Windows by downloading the installer (setup.exe) from the following link:
https://github.com/coreybutler/nvm-windows/releases/latest
-
Run the installer and follow the prompts to install NVM on your system.
-
Open a new Command Prompt window or restart the current one to load the new environment variables.
-
Verify that NVM is installed correctly by running the following command:
node -v
- This should display the version number of NVM installed on your system.
nvm --version
- Install Node.js version 16.13.2 by running the following command:
nvm install 16.13.2
This will download and install Node.js version 16.13.2 on your system.
- Open a Terminal window.
- Install NVM by running the following command:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
-
Follow the prompts to complete the installation. Note that you may need to restart your terminal session or run the
source ~/.bash_profile
command for the installation to take effect. -
Install Node.js version 16.13.2 by running the following command:
nvm install 16.13.2
This will download and install Node.js version 16.13.2 on your system.
- Verify that Node.js version 16.13.2 is installed by running the following command:
node -v
This should display the version number of Node.js installed on your system.
$ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY\
More information on cloning and forking repositories here:
https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository
- Install the npm node modules folder by running:
npm intsall
- Before we start, you'll need to make sure you have the following software installed on your computer:
npm install -g expo-cli
- Start the app by writing the following script in your command prompt:
expo start
-
Download the Expo App from Appstore or Google Store on your mobile device.
-
Scan the QR Code provided in your command prompt to have the app running on your phone.
- React Native Libraries
- Firebase Authentication
- Google Cloud Firestore
"If you would like to contribute to this project, please fork the repository and submit a pull request. Bug reports and feature requests are also welcome through the GitHub Issues page" (UBC GDSC Tech Team 22-23)
This project is licensed under the MIT License - see the LICENSE file for details.