Themes
Blogology
About the Project
This personal blog application enables users to create and view blog posts, offering an intuitive interface for both content creation and post viewing. The website includes a content form for submitting blog entries, a posts page for reviewing previous submissions, and a light/dark mode toggle for personalized viewing preferences. The app is designed to give marketing students or aspiring bloggers a simple yet effective platform to showcase their thoughts and experiences As the creator of this project, I developed the entire website using JavaScript, HTML, and CSS. I built the functionality for storing blog posts in localStorage, ensuring users can save and access their content across sessions. I also implemented a light/dark mode toggle to enhance user experience, allowing for easy theme switching between light and dark modes.
Key Features
- Content Submission Form
Users can submit their blog posts, which are saved to localStorage and displayed on a separate page.
- Light/Dark Mode Toggle
Users can switch between light and dark mode, dynamically updating the style of the page.
- Blog Post Persistence
All blog entries are saved in localStorage, allowing them to be accessed later, even after the page is refreshed.
Future Development
Upcoming improvements include a comment system for blog entries, enhanced validation features, and utilizing PWA for app download capabilities.