Skip to content

Happy Thoughts App: 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

FridaMari/project-happy-thoughts-vite

 
 

Repository files navigation

Happy thoughts Project

In this solo project we practise React state skills by fetching and posting data to an API.

The Problem

Started by sketching out the different components and the structure of the app. After that I started fetching data from the API endpoint and broke out what value goes in what component, and passed them using props. useEffect and useState made made it convinient to update and render the new values in the UI.

View it live

https://happy-thoughts-fms.netlify.app/

About

Happy Thoughts App: 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.2%
  • CSS 26.5%
  • HTML 4.3%