Skip to content

This is Star-Troopers repository. Search your favorite star trooper. This website makes an API call to search your trooper from the list of Star Troopers.

Notifications You must be signed in to change notification settings

MehulGarg22/Star-Troopers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application Image

Star-Troopers

Link to the webpage: Star-Troopers.

Programming Language

Programming Language used here is Javascript, Reactjs, HTML. CSS is used to Style.

Maintainer.

Mehul Garg.

Guideline to Get Started

  1. On the GitHub page for this repository, click on the Button "Fork".

    fork image

  2. Clone your forked repository to your computer:

    code ui

    For example, run this command inside your terminal:

    git clone [email protected]:<your-github-username>/Star-Troopers.git

    Replace <your-github-username>!

  3. Before you make any changes, keep your fork in sync to avoid merge conflicts:

    git remote add upstream [email protected]:<your-github-username>/Star-Troopers.git
    git pull upstream master
  4. Add the changes with git add, git commit (write a good commit message, if possible):

    git add .
    git commit -m "Add good commit message"

    Replace <your-github-username>!

  5. Push your changes to your repository:

    git push origin master
  6. Go to the GitHub page of your fork, and make a pull request:

    pull request image

    Read more about pull requests on the GitHub help pages.

  • Wait for your PR review and merge approval!

  • Star this repository if this repository is your next contributing Open source Project

How to run the project in your local machine

  • Install npm or yarn Package
yarn install or npm install
  • Run on local machine
yarn start or npm start

Happy Learning

About

This is Star-Troopers repository. Search your favorite star trooper. This website makes an API call to search your trooper from the list of Star Troopers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published