Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/moderrek/periodic-table

Periodic Table with clickable elements to see details.
https://github.com/moderrek/periodic-table

chemical chemistry data element elements generator html javascipt javascript json periodic-table pure-javascript table vanilla-html vanilla-javascript

Last synced: 18 days ago
JSON representation

Periodic Table with clickable elements to see details.

Awesome Lists containing this project

README

        

# πŸ§ͺ [Periodic Table](https://en.wikipedia.org/wiki/Periodic_table)

Website version of [periodic table of the elements](https://en.wikipedia.org/wiki/Periodic_table) created in pure [HTML](https://pl.wikipedia.org/wiki/HTML), [JavaScript](https://en.wikipedia.org/wiki/JavaScript) and [CSS](https://en.wikipedia.org/wiki/CSS). Website generates table from [JSON (JavaScript Object Notation)](https://en.wikipedia.org/wiki/JSON) data.

[**Go to the website**](https://moderrek.github.io/periodic-table/)

If you _click_ on an element, a _modal window_ will open where you can read information about it such as **Phase**, **density**, **melts temperature**, **mass**, etc.

## πŸ“· Screenshots

![table image](https://github.com/Moderrek/periodic-table/assets/16192262/9699c9e5-eb20-4175-a291-c96d64917a57)
![modal image](https://github.com/Moderrek/periodic-table/assets/16192262/82523a29-7472-4bef-85ec-bdafc3cdc47e)

## πŸ“Š Dataset

I got periodic table data from [this repo](https://github.com/Bowserinator/Periodic-Table-JSON/blob/master/PeriodicTableJSON.json) distributed under [Creative Commons Attribution-ShareAlike 3.0 Unported license](https://creativecommons.org/licenses/by-sa/3.0/)

## Β© License

```license
MIT License

Copyright (c) 2024 Tymon WoΕΊniak

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```