This is the repository for the CollegeFacts.org website. Feel free to run the site for yourself using the steps below.
Made using React and the Next.js framework. Styled using styled-components. Data is from https://nces.ed.gov/ipeds/.
Clone the repository, then install the necessary dependencies:
yarnThen, run the development server:
yarn devOpen http://localhost:3000 to see the website.