Skip to content

A Twitter-like messaging app where users can send, like and delete messages. Built using my own API.

Notifications You must be signed in to change notification settings

AntoniaGranit/project-happy-thoughts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Happy Thoughts

CSS3 React

A little app that lets you both fetch from and post to an API. Previously we've only fetched data, so this was the first time we could actually impact the API ourselves from our own code. We created a Twitter-like message app using React, specifically the useEffect hook which was new this week.

The problem

Fetching the data from the API was no problem, what I found more difficult was actually posting data (in the form of messages and likes) to the API successfully and updating the message list and like button automatically without having the entire page update with every new addition to the API.

View backend repository

https://github.com/AntoniaGranit/project-happy-thoughts-api

View it live

https://twitterbutnicer.netlify.app

happythoughts-screenshot

About

A Twitter-like messaging app where users can send, like and delete messages. Built using my own API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.4%
  • CSS 31.9%
  • HTML 13.7%