This is a personal project for a web-based Periodic Table application. It's built using Embedded JS, SASS, and JavaScript.
The Periodic Table contains the data of chemical elements such as name, symbol, atomic number, atomic mass, density, melting point, and boiling point. It is a valuable tool in chemistry, physics, and other sciences.
To run the project, please follow the below steps:
- Clone this repository to your local machine.
- Install the required dependencies by running
yarn install. - Build the project by running
yarn build.
Once the build process is complete, you can access the application by opening the index.html file located in the 'dist' directory in your web browser.
This project is licensed under the MIT License. See the LICENSE file for more information.
Contributions to this project are welcomed. If you find any bugs or have a feature request, please open an issue or submit a pull request.