FCCColumbus / FCCColumbus/cbus-web
Create a Hello World web application
- Dominant language
- JavaScript
- Stars
- 7
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
## User Story
_AS A_ user interested in Free Code Camp Columbus
_I WANT_ to navigate an attractive website with superior quality and engineering practices
_SO THAT_ I can be interested to code for free
### Acceptance Criteria
1.
GIVEN I am a user interested in Free Code Camp Columbus
WHEN I navigate to [staging.freecodecamp.com](https://staging.fcccolumbus.com)
THEN I will see "Hello, World!"
2.
GIVEN I am a developer for Free Code Camp Columbus
WHEN I initiate a pull request into the `dev` branch of the `cbus-web` repository
THEN the deploy preview is automatically available for a code reviewer
AND the deploy preview is reported on the pull request
AND code coverage is run and reported on the pull request
3.
GIVEN I am a code reviewer of the `cbus-web` respository
WHEN I initiate a merge commit on the `dev` branch of the `cbus-web` repository'
THEN the code changes are successfully merged into the `dev` branch
AND the branch is successfully deployed to [dev.freecodecamp.com](https://dev.fcccolumbus.com)
AND the latest changes can be experienced on [dev.freecodecamp.com](https://dev.fcccolumbus.com)
4.
GIVEN I am a developer for Free Code Camp Columbus
WHEN I initiate a pull request into the `staging` branch of the `cbus-web` repository
THEN the deploy preview is automatically available for a code reviewer
AND the deploy preview is reported on the pull request
AND code coverage is run and reported on the pull request
5.
GIVEN I am a code reviewer of the `cbus-web` respository
WHEN I initiate a merge commit on the `staging` branch of the `cbus-web` repository'
THEN the code changes are successfully merged into the `staging` branch
AND the branch is successfully deployed to [staging.freecodecamp.com](https://staging.fcccolumbus.com)
AND the latest changes can be experienced on [staging.freecodecamp.com](https://staging.fcccolumbus.com)
6.
GIVEN I am a developer for Free Code Camp Columbus
WHEN I execute `npm run start` from the command line
THEN the development version of the website will be available locally
7.
GIVEN I am a developer for Free Code Camp Columbus
WHEN I execute `npm run build` from the command line
THEN the development version of the website will be built locally
8.
GIVEN I am a developer for Free Code Camp Columbus
WHEN I execute `npm run lint` from the command line
THEN the I will see a report of the liter to help me improve stylesheet and JavaScript code
9.
GIVEN I am a developer for Free Code Camp Columbus
WHEN I execute `npm run test` from the command line
THEN the development version of the website will be tested live locally as I save files
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.