Skip to content

My pet project based on api StarWars written on React

Notifications You must be signed in to change notification settings

YanaLugina/star-wars-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To see app may here: https://my-star-wars-db.io

Requirements

  • Nodejs
  • npm
  • create-react-app (For installation: npm i -g create-react-app )
  • Browser
  • Text editor

Installation project

  1. Go to your directory for create project
  2. For create project you need input in terminal: create-react-app name-app
  3. Go to this new directory cd name-app
  4. Delete all directories and files without directory: node-modules
  5. Clone project from GitHub not in an empty directory:
    • git init
    • git remote add origin ssh://... ./
    • git fetch
    • git checkout -t origin/master
  6. And after: npm start

PS

Special for my, for my memory Instead of fetch i can use:

  • Axios,
  • Superagent,
  • Got,
  • Request,
  • Reqwest

About

My pet project based on api StarWars written on React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published