Skip to content

TeamInfantry/Capstone-2-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Second Capstone Project.

The second React Capstone project given by Sidehustle Internship to different React Teams. This here, was developed by Team INFANTRY. With the help of my awesome Team members by collaborating our knowledge and what we learned on the internship program we developed this tour app that helps the user to have a basic knowladge of the place where he or she is traveling to.It gives basic information about where they are going.

DEMO

Team Members.

  1. Moses Cheboi
  2. Kabiawu Abdulwaduud
  3. Emmanuel Jolugbo
  4. Zarau Bello baidu
  5. Isituah Onome
  6. Naol Dame
  7. Kayitare Audax
  8. Marian Yirenkyiwa Larbi
  9. Sharon Ososanya
  10. Adeyemi Owolabi

Getting Started

Make sure you have nodejs and yarn installed by running the following command:

node -v
yarn -v

If you do not have node installed, install Nodejs from here

If you do not have yarn install, please run npm i -g yarn in your terminal to install it

Getting Started With the Frontend (React)

cd into the CAPSTONE-2- folder, and install the dependencies,

npm install

Run the frontend development server using either of the following commands from the root folder:

npm start
# or
yarn start

Open http://localhost:3000 with your browser to see the result.

CONTRIBUTION GUIDE

  1. Fork the central repository, i.e the team's general repository.

  2. After forking it will appear in your personal profile, copy the url and open your favorite code editor, add the forked repo to your local machine using the git command - git clone (url of repo you copied) on your terminal.

    • git clone clones a repository into a newly created directory, creates remote-tracking branches for each branch in the cloned repository

    • the upstream is named origin by default

  3. Create a new branch with a descriptive branch name, using the git command: git checkout -b (branch name) to be able to pull request.

  4. After implementation, use the git command -: git add . or git add -A or git add (the file name) to effect changes you've made to the branch

  5. Commit your changes with a descriptive commit message, the commit message should give an idea of the feature you worked on, use the git command: git commit -m "commit message"

  6. Push changes to your forked repo with the new branch you created using the git command: git push origin your-branch-name

  7. Create a pull request to the develop branch of the central repository from your forked repo on github. The button is on the GUI

  • Pro tip: It is possible that commits may have been merged to central repository, to avoid conflicts, fetch and merge from the central repo on the GUI, then you can update your local machine by using the command: git pull

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published