This project is a simple search engine for localizing universities. It was build using ReactJS and consumes this API.
Before you start to code, you'll need to have installed the following features: Git, and Node.
- Clone the repository
git clone git@github.com:lmiguelcolombo/university-data-list.git
- Install dependencies with npm or yarn (
npm install
,yarn
) - Run the application using
npm run start
oryarn start
. - Open your browser and go to http://localhost:8080