Skip to content

Makers Academy week 7 weekend challenge - Twitter clone using backend API

Notifications You must be signed in to change notification settings

lukestorey95/chitter-api-challenge

 
 

Repository files navigation

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

About

Makers Academy week 7 weekend challenge - Twitter clone using backend API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 56.2%
  • JavaScript 43.2%
  • HTML 0.6%