-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C15409432 wks 5 #210
Open
mark-barrett
wants to merge
27
commits into
bjg:master
Choose a base branch
from
mark-barrett:C15409432-wks-5
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
C15409432 wks 5 #210
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Added CSS files to the RxJS calculator. - Created Observable to streams both keyboard and button press input. - Subscribed to the above observable to work out calculation.
- Created the stopwatch project. - The stopwatch circle and it's minute and second markers are rendered.
- Stopwatch can now be started. - Sped up the interval to give a smoother transition between seconds. Divided all values to make sure time is correct.
- Refactored stopwatch
- Added some comments that weren't there
- Added Markdown file for Review Questions. - Finished Review Questions.
- Create React App and installed Bootstrap, jQuery and Popper.js.
- Downloaded Firebase to app. - Created the ability Sign Up, Login and Logout.
- Added dotenv to handle environment variables to prevent them being uploaded to GitHub
Needed to delete this so I could replace it with Environment variables instead.
- On login, the users is on the left hand side. These are the users that you can chat to.
- Users can chat between themselves.
- Users can now create groups.
- Messages show who they are from.
- Added some CSS fixes.
- Fixed problems with users receiving the wrong messages.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.