Skip to content

HolaCarmensita/js-project-happy-thoughts

 
 

Repository files navigation

Happy Thoughts

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

Features

  • View a feed of happy thoughts
  • Post your own thought (login required)
  • Like others' thoughts (login required)
  • Explore as a guest (read-only)

Run Locally

  1. Clone this repo:
    git clone <your-repo-url>
    cd js-project-happy-thoughts
  2. Install dependencies:
    npm install
  3. Start the app:
    npm run dev
  4. Open the local URL shown in your terminal.

Made by Casandra Gustafsson.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.6%
  • HTML 2.1%
  • CSS 0.3%