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:
yarn
Then, run the development server:
yarn dev
Open http://localhost:3000 to see the website.