This is a simple web application created with React.js. On the left side of browser, the user can select a Star Wars movie and the movie information will appear on the right side.
To get started developing right away:
- clone the repo in your desktop with
git clone https://github.com/katerinamakri/Star-Wars-App.git
- install all project dependencies with
npm install
- start the development server with
npm start