Skip to content

hngi/Micro-API-Frontend

Repository files navigation

Micro Api Frontend - Team Justice league

Design links

Excel sheet - https://docs.google.com/spreadsheets/d/1DvY8Vs6Di9mnZn1djoVCSVnlfCxZEblStqZIrF_M8Xg/edit?usp=sharing

Contribution Guide

  1. Fork this repository
  2. Clone the forked repo to your computer
  3. Set the parent repo as upstream - ```git remote add upstream https://github.com/hngi/FGExpense-frontend
  4. Pull latest state from upstream - git pull upstream develop
  5. Create a new branch for your task - git checkout -b task-name-here
  6. Write your codes, add your files in the correct locations
  7. Stage files for commit - git add .
  8. Commit changes - git commit -m 'commit message here'
  9. Pull latest state from upstream - git pull upstream develop
  10. Push changes to your new branch - git push origin branch-name-here
  11. Head to your forked repository and create a pull request to the develop branch

Rules and guides

  1. Only two people per page
  2. The pages must be 100% responsive
  3. Stick to the design and don't replace UI, if there is no design, create one
  4. You are to host a netlify or github page of what you did and attach when sending a PR
  5. Your PR must be aproved before your task is considered completed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 16