Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
52 contributions in the last year
Contribution activity
June 2020
- fixed maxComment bug on the public server
- add login function seperatly
- fix maxComment error
- Login functionality implemented separately
- add delete comment functionality
- add display max comment functionality based on the users' input
- add doGet method that publishes stored comments
- add datastore functionality to store comments
- comment functionality
- add convertToJson method
- completing part three of week three in parts
- code refactor in the styling elements
- add a new button that fetches the data from the servlet
- add comment page was added with an instace of java file
- add comment html page
- Webapp has now been deployed
- add links to each icon to match their respective profile
- Implementing meeting query method + unit tests
- Map displays markers on personal locations
- Creating a page displaying a google map
- A central ServletContextListener to implement dependency injection pattern
- Adding front-end events linked to user authentication
- Display names are now stored in a datastore and accessed through a query
- Once users log in, they also enter in a display name
- Adding user authentication through login/logoff functionality
- Adding bulletin board/ sticky note front end design to the comments page
- Adding functionality to delete each comment
- Created ParameterFetcher helper class
- Adding Servlet with functionality to delete a hardcoded comment
- Max comment limit set by user input
- Max limit on number of comments displayed
- Converting for loop to a Java Stream
- Make comments persistent with Datastore
- Adding a comment page + comment functionality