Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add .tool-versions, update README #93

Merged
merged 2 commits into from
Mar 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [19.7]
node-version: [19]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
yarn 1
node 19
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Roomies: A Roommate-Finding Web Application

![The homepage of our app.](https://user-images.githubusercontent.com/47428697/225246052-b10f6e6e-441b-4822-8f6a-9b7a722dd00a.png)

[See the app here!](https://roomie-green.vercel.app/)

## Background
As a student at UCSD who are looking for housing, finding a roommate can be a challenging and time-consuming process for individuals seeking compatible living arrangements. It is difficult to find a roommate who aligns with personal preferences, lifestyle, and habits. The Roomies web app aims to simplify the roommate search process by providing a platform for users to find compatible roommates based on their preferences and lifestyle. The web app will help users find roommates who share similar interests, habits, and budgets.

This project was developed by Mingyang Liu, Jiangnan Xu, Brittany Trieu, Aditya Barsainya, and Aidan Denlinger.
This project was developed by Mingyang Liu, Jiangnan Xu, Brittany Trieu, Aditya Barsainya, and Aidan Denlinger [as a final project for CSE 210, taught by Michael Coblenz in Winter 2023](https://mcoblenz.github.io/CSE210/).

## Documentation
See the project documentation in our [Github Wiki](https://github.com/CSE210-G13/my-roommates/wiki).
Expand Down