GradLink is a web application designed to simplify the college application process by connecting high school students with college student mentors. It's mission is to provide essential guidance and support, ensuring that every student, regardless of their background, can confidently pursue higher education.
This is a rough demo of the app's forums feature, where students can post and consult one another about topics relating to the college application process. Currently, I am using React for the frontend, and Supabase as a temporary backend. In the future, this will be refactored nicely and integrated into the main application, which will use React and Django.
To run this project locally, follow these steps:
# 1. Clone the repository
git clone https://github.com/larrylaa/WEB102_FinalProject.git
# 2. Navigate to the project directory
cd gradlink-forums
# 3. Install dependencies
npm install
# 4. Run the project
npm run dev
Copyright [2024] [Larry La]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.