Skip to content

A console app that finds elements in periodic table 👾

License

Notifications You must be signed in to change notification settings

ariadev/PeriodicTableSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Periodic Table Search

PTS Is a program CLI that helps you find elements using their symbols, element name, atomic number and etc.

Features

currently: finding elements by their

  • atomic number
  • symbol
  • name

here's how you can find an element

You have to pass two argument: [0] => unit & [1] => value

    Example:

    dotnet run symbol au
    dotnet run element argon
    dotnet run atomic-number 16

Todo

  • initialize models and dbcontext through the existing database
  • creating search method with different parameters
  • reading arguments and connect them to the search methods
  • making a solution to organize search methods and make it cleaner
  • printing the output using table
  • edit the README.md file
  • get rid of all the if statements to know which arg is related to which method

SETUP / INSTALL

Requirements

Development

To clone and using the program follow these steps:

 1. git clone https://github.com/ariadev/PeriodicTableSearch.git
 2. cd PeriodicTableSearch
 3. dotnet run

License

Made by Aria Seyedahmadi

Published under MIT License.

About

A console app that finds elements in periodic table 👾

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages