https://github.com/sejihad/user-preference
https://github.com/sejihad/user-preference
css html js preference
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sejihad/user-preference
- Owner: sejihad
- Created: 2024-02-02T05:49:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-09T20:13:38.000Z (over 1 year ago)
- Last Synced: 2025-02-05T08:25:07.829Z (over 1 year ago)
- Topics: css, html, js, preference
- Language: HTML
- Homepage: https://sejihad.github.io/user-preference/
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Customizable Preference Webpage
This webpage allows users to customize font sizes and background colors by clicking on various buttons. User preferences are saved using localStorage, so settings persist across sessions.
## Features
- **Customizable Font Size**: Choose different font sizes by clicking corresponding buttons.
- **Changeable Background Colors**: Select different background colors for the page.
- **Persistent Preferences**: Settings are saved in localStorage, allowing preferences to persist after the page is reloaded.
- **Interactive UI**: Simple and responsive design for an easy user experience.
## Technologies Used
- **HTML**: Structure and layout of the page.
- **CSS**: Styling for font sizes, buttons, and background colors.
- **JavaScript**: Handles the logic for setting and retrieving preferences.
- **localStorage**: Stores user settings for persistent customization.
