The purpose of this project is to create a website which could help student to explore in interactive, visual way elements of the periodic table.
The project is using JSON file with information about each element of the periodic table. When user clicks on one of the elements, the element grows to become a segment which holds stored information.
At the moment 19/02/2021, the projects works like this
- I could add images presenting the scientists who discovered each element
- I am not sure if I like the length of the glow in the segment
- code refactoring. Big time. This project is more of a proof of concept and I like it how it is right now, but I really dislike how the code turned out
- React.JS
- CSS Sass
In the project directory, you can run:
npm install
- to install dependencies
npm start
- to start the project