Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 818 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 818 Bytes

World University Search Engine

This project is a simple search engine for localizing universities. It was build using ReactJS and consumes this API.

📦 Installation

Requirements

Before you start to code, you'll need to have installed the following features: Git, and Node.

Install

  1. Clone the repository git clone git@github.com:lmiguelcolombo/university-data-list.git
  2. Install dependencies with npm or yarn (npm install, yarn)
  3. Run the application using npm run start or yarn start.
  4. Open your browser and go to http://localhost:8080