Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This workflow will be verify that all PRs have at
# least on the label: 'bugs', 'enhancement' before
# least on the label: 'fix', 'enhancement' before
# they can be merged.

name: Verify PR labels
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# FullDemoProject
A full react demo project to showcase my various engineering skills via the creation of a simple task-tracking applications for both web (using React.js) and mobile (using React Native) with a shared Ruby on Rails API.
A full react demo project to showcase my various engineering skills via the creation of a simple task-tracking applications for both web (using React.js) and mobile (using React Native) with a shared Ruby on Rails API.

## Getting Started
Start Web Application: `cd /my-app`, run `yarn`, then run `yarn start` to open up in browser.
Expand Down