/college_info

A single-page web application to display college information made with React.js

Primary LanguageJavaScript

Description

  • A single-page web application to display college information made with React.js.
  • The web app only supports searching school by id right now. School id can be found here.
  • This project was compiled and optimized for production deployment. build folder contains all files for serving.
  • Data source: api.data.gov

Deployment

  1. Install npm: follow instructions here.
  2. Install serve: npm install -g serve.
  3. Download/Clone build folder.
  4. Serve the build folder: serve -s build.
  5. Visit the web application at: http://localhost:5000.

Development

  1. Download/Clone all source files.
  2. Install all dependencies: npm install.
  3. Add a file named api_key.js at root, put your api key in this file. Register api key at api.data.gov.
  4. Run npm run build, the build folder will be regenerated.

Screenshot

screenshot