CUNY Students Matter is a web application developed during the CUNY Tech Prep hackathon to educate CUNY students about essential resources available at their campus, such as food, housing, mental health, and safety services. The platform includes dedicated pages for each resource and features an interactive quiz that matches students with resources tailored to their specific college.
- Informational Pages: Provides detailed information about various essential resources available to CUNY students.
- Interactive Quiz: Customizes resource recommendations based on the student's college to enhance accessibility and user engagement.
- User-Friendly Interface: Designed using Tailwind CSS to ensure a responsive and visually appealing experience across all devices.
- Front-end: React
- Back-end: Node.js
- Styling: Tailwind CSS
- Clone the Repository
git clone <repository-url>
cd <project-directory>
- Install the dependencies:
npm install
- Run the application in development mode.
npm start
Open http://localhost:3000 to view it in your browser.