Simple Interest Calculator
11 | Amount12 | 13 | Rate 14 | 15 | 10.25 16 | %
17 | 18 | No. of Years 19 | 31 |
32 | 33 | Interest :
34 | 35 | 36 | 37 |
├── README.md ├── Simple_Interest_Calculator ├── index.html ├── script.js └── style.css ├── Single_Page_Profile_Website ├── images.png │ ├── CSS3.png │ ├── about me.jpg │ ├── bullet.png │ ├── checkmark--outline.svg │ ├── envelope.png │ ├── flash.png │ ├── home.png │ ├── html5.png │ ├── index.html │ ├── java.png │ ├── js.jpeg │ ├── node.png │ ├── phone.png │ └── react.png ├── index.html ├── script.js └── style.css └── Unit_Converter ├── index.html └── style.css /README.md: -------------------------------------------------------------------------------- 1 | 2 | # IBM-Introduction-to-Web-Development-with-HTML-CSS-JavaScript 3 | 4 | Assignments and final Project of the course. 5 | 6 | 7 | 8 | ## Deployment 9 | 10 | Unit Converter : 11 | 12 | https://ibm-unit-convrtr.vercel.app 13 | 14 | Simple Interest calculator : 15 | 16 | https://ibm-sic.vercel.app 17 | 18 | Final Project : Single Page Profile website 19 | 20 | https://ibm-intro-final-prjct.vercel.app 21 | 22 | 23 | 24 | ## Certification 25 | 26 | https://coursera.org/share/cd9274694a138a5a60959571ffa998a4 27 | -------------------------------------------------------------------------------- /Simple_Interest_Calculator/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |46 | I am currently studying 2nd year and I am pusrusing my majors in computer science . 47 | I have been into web development now almost for 4 months now. 48 | Currently Am enough familiar with HTML,CSS and JavaScript to work with mini projects. 49 | I am eager to develop my skills which will be helpful for me in future. 50 |
51 |4 months experience
64 |2 months experience
70 |3 months experience
77 |1 month experience
84 |2 weeks experience
91 |46 | I am currently studying 2nd year and I am pusrusing my majors in computer science . 47 | I have been into web development now almost for 4 months now. 48 | Currently Am enough familiar with HTML,CSS and JavaScript to work with mini projects. 49 | I am eager to develop my skills which will be helpful for me in future. 50 |
51 |4 months experience
64 |2 months experience
70 |3 months experience
77 |1 month experience
84 |2 weeks experience
91 |