A small web app to share short, positive messages. To create, delete and edit a message, you have to create an account and log in.
https://project-happy-thoughts-ml.netlify.app/
- Shows an array of happy thoughts
- Like other messages
- Shows how long ago messages were posted
- Works on mobile and desktop
- You can create your own happy thought
- You can delete a thought
- You can edit and change an existing thought
Frontend:
- React
- Styled components
- Day.js
- Fetch API from my own database in backend
Backend:
- Node.js/Express
- MongoDB
- Connected to the backend API that I created, and deployed on Render