An open API service indexing awesome lists of open source software.

https://github.com/sejihad/user-preference


https://github.com/sejihad/user-preference

css html js preference

Last synced: about 1 year ago
JSON representation

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.

![Homepage Screenshot](homepage.png)