Skip to content

Happy Thoughts App is a React project focused on state management, API interactions for fetching and posting data. Features include a design-aligned UI, sorted thought display by recency, like count for each thought, a form for new thoughts, and a like functionality.

Notifications You must be signed in to change notification settings

vidalhuix/happy-thoughts-app

 
 

Repository files navigation

Happy thoughts Project

This is an app where we had to work with an external API using GET and POST requests in order to update a UI. In this app, you can post your thoughts to be seen by everyone on a public wall, where everyone can view and like the posted thoughts.

The Problem

The main problem was organizing all the components and ensuring all functions worked between them. I was stuck for three days trying to make the like button work until I realized that I wasn't passing the _id prop, but the key. If I had more time, I would like to improve the app with some user-friendly loading information.

View it live

here

About

Happy Thoughts App is a React project focused on state management, API interactions for fetching and posting data. Features include a design-aligned UI, sorted thought display by recency, like count for each thought, a form for new thoughts, and a like functionality.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.7%
  • CSS 37.5%
  • HTML 2.8%