Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.17 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.17 KB

Star Wars Movies

Description

  • This is a app that list all Star Wars movies.

  • The tech stack is as follows:

    • React (javascript library for building user interfaces or UI components).
    • Axios (API quiries).
    • Styled Components (writes custom CSS in javascript).
    • ReactStrap (External react component library).

Click the link to play with the application: https://star-wars-phi.vercel.app

Get started

clone the repository into you machine using this command below (And please make sure you are running the master branch):

git clone https://github.com/SinethembaDlova/star-wars.git

Now that you have the repository, to make sure the portal runs on your machine you will need to install all the dependencies using the command below:

npm install

And finally to run the API please run the command below:

npm start

Contributing

  • Contributions are welcomed via pull-requests on feature branches using Git Flow.