There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Figma Links General Figma board -https://www.figma.com/file/MYsGV8NXtefVNUkrvdAhQX/ExpenseNG-Official?node-id=6%3A3568 Contribution guide Fork this repository Clone the forked repo to your computer Set the parent repo as upstream - ```git remote add upstream https://github.com/hngi/FGExpense-frontend Create a new branch for your task - git checkout -b task-name-here Pull latest state from upstream - git pull upstream develop Write your codes, add your files in the correct locations Stage files for commit - git add . Commit changes - git commit -m 'commit message here' Pull latest state from upstream again - git pull upstream develop Push changes to your new branch - git push origin branch-name-here Head to your forked repository and create a pull request to develop branch Rules and guides Only one person per page The pages must be 100% responsive Stick to the design and don't replace UI, if there is no design for your page, be creative. You are to host a netlify or github page of what you did and attach when sending a PR Your PR must be aproved before your task is considered completed