Blog application in MERN stack. React with react-router for the frontend. Chakra as components library. Auth0 for the user authentication. Express for the server. MongoDB with Mongoose for database.
- 1.0: Fully operational blog. CRUD operations with permissions controlled by Auth0.
- Add tags functionality to posts
- Filtering posts by tag and author
- Search bar
- Admin dashboard with connection to management API from Auth0
- Changing front end views based on permissions
- About me page
- Changing themes
- Posts comments
- Notifications
- New/Edited posts content saved to local storage so they won't be accidentaly lost
- Connection to flickr api to add photos directly from the blog side