Skip to content

Twitter-like social media platform with only happy thoughts. Built with React to post and fetch data from an API.

Notifications You must be signed in to change notification settings

brucette/project-happy-thoughts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Happy Thoughts

This assignment involves fetching and posting data into an API from React, putting data into a state and using the 'useEffect' hook in React to perform actions when components mount, unmount, or when state changes.

The problem

I started with making a ThoughtsList component that maps through all the thoughts currently in the API and displays them, followed by a ThoughtForm component that displays a form for the user to enter their own happy tought, which is them added to the list.

View it live

https://happy-thoughts.brucette.com/

Backend API built and connected to this frontend project later on: https://project-happy-thoughts-api-d6aenh5q2a-lz.a.run.app

About

Twitter-like social media platform with only happy thoughts. Built with React to post and fetch data from an API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.1%
  • CSS 30.2%
  • HTML 4.7%