Happy Thoughts is a simple web app for sharing and liking positive messages. You can post your own happy thoughts, like others' posts, or just explore the feed as a guest.
🌐 Live demo: holahappythoughts.netlify.app
- View a feed of happy thoughts
- Post your own thought (login required)
- Like others' thoughts (login required)
- Explore as a guest (read-only)
- Clone this repo:
git clone <your-repo-url> cd js-project-happy-thoughts 
- Install dependencies:
npm install 
- Start the app:
npm run dev 
- Open the local URL shown in your terminal.
Made by Casandra Gustafsson.