Trello: https://trello.com/invite/b/66ed7450035063a502bbf282/ATTI999917f30ead4fd1bd46e25d3629ae5cC61CE91F/swe-group-project
Drive Folder: https://drive.google.com/drive/folders/1-Ntolmxk7cqtjLuJJvuhOqMNY06Zqdb6?usp=drive_link
As a group, we have developed the website Gators on Track. Gators on Track is a habit tracker application designed to help college students develop positive habits and minimize negative ones. Upon signing in, users are presented with a customizable menu of habits they wish to focus on. The tracker sends daily notifications to evaluate progress and provide helpful reminders, empowering users to stay on track with their goals.
To set up the Habit Tracker project on your local machine, follow these steps:
-
Fork the Repository:
- Navigate to the project repository on GitHub.
- Click the "Fork" button in the upper right corner of the page to create a personal copy of the repository in your GitHub account.
-
Clone Your Fork:
- Open your terminal and run the following command to clone your forked repository:
git clone https://github.com/<your-username>/Group2-SWE-project.git
- Replace
<your-username>
with your GitHub username.
- Open your terminal and run the following command to clone your forked repository:
-
Navigate to the Project Directory:
- Change into the project directory:
cd Group2-SWE-project
- Change into the project directory:
-
Install Dependencies:
- Run the following command to install the necessary dependencies:
npm install
- Run the following command to install the necessary dependencies:
-
Start the Development Client:
- Use the following command to run the application in development mode:
npm run dev
- Use the following command to run the application in development mode:
-
Start the Development Server:
- Use the following command to run the application in development mode:
npm start
- Use the following command to run the application in development mode:
-
Access the Application:
- Open your web browser and go to
http://localhost:5173
to view the application.
- Open your web browser and go to