This project is a simple web application that allows users to search for periodic elements based on their symbols. The interface features a glassmorphism design, providing a visually appealing user experience.
- Search Functionality: Users can type in a partial or full symbol of an element to see matching results.
- Glassmorphism Design: The interface utilizes a glass-like aesthetic, enhancing visual appeal with blurs and background images.
- Fullscreen Mode: Users can toggle fullscreen mode for an immersive experience.
- HTML: Structure of the web page.
- CSS: Styling and layout, including glassmorphism effects.
- JavaScript: Functionality for searching and displaying elements.
- A modern web browser (e.g., Chrome, Firefox).
- Clone the repository or download the files.
- Create three files:
index.html
styles.css
script.js
- Copy the respective code from the provided snippets into each file.
- Open
index.html
in your web browser to view and interact with the application.
- Type a symbol or part of a symbol in the input box.
- Click the "Check Elements" button to see matching periodic elements.
- Use the "Toggle Fullscreen" button to switch to fullscreen mode.
If you would like to contribute to this project, please fork the repository and create a pull request.
This project is open-source and available under the MIT License.