Skip to content

Wiki app about the Star Wars universe | React, React-query

Notifications You must be signed in to change notification settings

andreynav/star-wars

Repository files navigation

General Notes

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.

Current project status

GitHub package.json dependency version (prod)

Dependencies

The project has the next dependencies in the package.json file.

GitHub package.json dependency version (prod) GitHub package.json dependency version (prod) GitHub package.json dependency version (prod) GitHub package.json dependency version (prod) GitHub package.json dependency version (prod) GitHub package.json dependency version (prod) GitHub package.json dependency version (prod)

Installation

  1. Clone project to your PC by the following command:
  git clone https://github.com/andreynav/countries-wiki.git
  1. Open the root directory and enter the following command:
  yarn
  1. In the root directory create .env file and add inside it a row PORT=3003 (or any desired port).

Running project

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.

Releases

No releases published

Packages

No packages published