diff --git a/README.md b/README.md index 41ebece2..c408cd12 100644 --- a/README.md +++ b/README.md @@ -1 +1,26 @@ -# Happy Thoughts +# Happy Thoughts # +A small web app to share short, positive messages. Users can write tiny happy notes and read messages from others. + +# Demo # +https://project-happy-thoughts-ml.netlify.app/ + +# Features # +- You can write messages (5-140 characters) +- Like other messages +- Shows how long ago messages were posted +- Works on mobile and desktop + +# Tech # +- React +- Styled components +- Day.js +- Fetch API + +# API # + +- GET /thoughts - get recent messages +- POST /thoughts - send a new message +- POST /thought/:id/like - like a message + + +###### ENJOY ####### diff --git a/index.html b/index.html index d4492e94..4a72f712 100644 --- a/index.html +++ b/index.html @@ -1,16 +1,34 @@ -
- - - -