The project is a web application with information about Star Wars universe. You can select an available characters, species, planets, starships, vehicles and films or search for the specific query. The project is made using React, React Query, React Router, and Styled components and Typescript. The project use REST Star Wars API.
The project has the next dependencies in the package.json file.
- Clone project to your PC by the following command:
git clone https://github.com/andreynav/countries-wiki.git
- Open the root directory and enter the following command:
yarn
- In the root directory create
.env
file and add inside it a rowPORT=3003
(or any desired port).
To run project, open the root directory and enter the following command:
yarn start
The command runs the app in the development mode. Open http://localhost:3002 to view it in your browser.