Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

A periodic table site written in Svelte.
https://github.com/justsharan/periodic-table

chemistry element periodic-table svelte sveltejs table

Last synced: 25 days ago
JSON representation

A periodic table site written in Svelte.

Awesome Lists containing this project

README

        

# periodic-table

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! ⭐️

### Usage

If you'd like to self-host it:

1. Clone the repository.
```
$ git clone https://github.com/justsharan/periodic-table.git
$ cd ptable
```
2. Install the dependencies and build the site.
```
$ yarn install
$ yarn build
```
3. The static site should be in the `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.

### Screenshots
![Light](screenshots/light.png)
![Dark](screenshots/dark.png)

### License
ptable is released under the [GNU GPL v3](./LICENSE) license.
This project uses the [Svelte](https://svelte.dev/) framework, which is released under the [MIT License](https://github.com/sveltejs/svelte/blob/master/LICENSE.md).