Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1003 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 1003 Bytes

Mendeleev Periodic Table

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 tablica Mendlejewa

Potential improvements

  • 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

Used technologies and packages:

  • React.JS
  • CSS Sass

How to start project

In the project directory, you can run: npm install - to install dependencies

npm start - to start the project