This is an elegant periodic table site written using Svelte. It's super minimalist with no clutter, perfect as reference material while doing class assignments and stuff. If you like this project, please consider giving it a star! ⭐️
If you'd like to self-host it:
$ git clone https://github.com/justsharan/periodic-table.git
$ cd ptable
$ yarn install
$ yarn build
public
folder.If you want to make modifications to it (changing color schemes, etc) I would suggest using yarn dev
to hot reload changes as you make them.
ptable is released under the GNU GPL v3 license.
This project uses the Svelte framework, which is released under the MIT License.