The Periodic Table Project is a database-driven application that provides detailed information about various chemical elements. Users can query the database to retrieve information based on atomic number, symbol, or element name.
- Element Information: Retrieve details such as atomic mass, melting point, boiling point, and element type.
- Database Integration: Utilizes PostgreSQL to store and manage element data.
- Command-Line Interface: Simple script (
element.sh
) to interact with the database and fetch element information.
- Database: PostgreSQL
- Scripting Language: Bash
- Version Control: Git
- Hosting: GitHub
- Clone the repository:
git clone https://github.com/franklinrizzy/periodic_table.git cd periodic_table