Remix IDE is an open source web and desktop application. It fosters a fast development cycle and has a rich set of plugins with intuitive GUIs. Remix is used for the entire journey of contract development with Solidity language as well as a playground for learning and teaching Ethereum.
In order to deploy our smart contract we have to first compile it.
Then we can deploy it.
You can find abi and bytecode in compilation menu.
You can click on abi and bytecode to copy them.
After we have deployed our contracts as mentioned above we can go to deployed contracts option, we can see all of our attributes and functions there .
After we enter the value inside our function we can click on transact to input our function.
We can see the ouput below the function name.