-
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
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
- Contributions are welcomed via pull-requests on feature branches using Git Flow.