A simple story website where users can explore and read fictional stories in a clean and minimal interface.
Built with HTML, CSS and JavaScript and designed to be lightweight and easy to open in any browser.
- Read stories directly in the browser
- Simple and clean interface focused on reading
- Navigation between story pages
- Responsive layout for desktop and mobile
- No installation required — just open the website
- Static website — fast loading and easy hosting
- HTML5 — page structure and content
- CSS3 — layout and styling
- Vanilla JavaScript — navigation and interactions
You can open the website directly in your browser:
Website:
https://erkansoftwaredeveloper.github.io/Stories/
No installation required.
- Open the website
- Select a story
- Start reading
Stories/
├─ index.html # Main entry point
├─ style.css # All styling rules
├─ script.js # JavaScript for loading and displaying stories
├─ stories/ # Folder containing story JSON files
│ └─ kotuAdam.json # Example story file
├─ images/ # Image assets for the site
├─ .github/workflows/ # GitHub Actions workflow for deployment
└─ README.md # Project documentation
- Possible Improvements
- Add more stories
- Dark / Light reading mode
- Search or filter for stories
- Bookmark favorite stories
- Save reading progress
Copyright (c) 2026 ErkanSoftwareDeveloper All Rights Reserved.
No part of this project may be copied, modified, or used without the author's permission.