Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.1 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.1 KB

Chitter API Challenge

This was a challenge to build a Twitter clone that connected to a backend REST API. Users were able to sing up, log in and then post messages to a public stream. Having completed the challenge I have a much better understanding of how to write and test asynchoronous code in Javascript, as well as use of fetch and the most common RESTful methods like POST, GET, PATCH and DELETE.

Language - Javscript Testing - Jest

Requirements

  • Creating Users
  • Logging in
  • Posting Peeps
  • Viewing all Peeps
  • Viewing individual Peeps
  • Deleting Peeps
  • Liking Peeps
  • Unliking Peeps

Screenshots

Screenshot 2022-07-03 at 16 55 13

Screenshot 2022-07-03 at 16 55 53

Screenshot 2022-07-03 at 16 56 03