Skip to content

Releases: KevFan/contact-users-restApi

React

24 Sep 22:00
Compare
Choose a tag to compare
React Pre-release
Pre-release
  • Front End now achieved using React, Semantic-UI-React components and semantic ui css
  • Read, create, edit and delete contact implemented
    • All only display/take in contact title, first and last name to demonstrate UI concept
  • Code all commented and styled using Airbnb style guide
  • Include Mochawesome test report of endpoints
  • Known isssue:
    • Add/Edit user modal doesn't close on button click
      • Must click anywhere outside of form fields close modal

REST API + FrontEnd Concept Ajax

24 Sep 18:53
Compare
Choose a tag to compare
Pre-release
  • REST API - put, post and delete added
    • Tested using postman
  • Acceptance tests for put, post, delete endpoints using mocha
  • Front end using Semantic UI
  • Get users/ using Ajax & JQuery