1 00:00:00,750 --> 00:00:01,920 Hello and welcome. 2 00:00:01,980 --> 00:00:08,870 In this project we will be creating a basic calculator. 3 00:00:10,950 --> 00:00:15,180 So let's have a look at the overview. 4 00:00:15,180 --> 00:00:18,620 We'll begin with the objective and requirements. 5 00:00:18,720 --> 00:00:27,510 So the goal here is to create your own basic calculator a functional calculator that you can use on 6 00:00:27,510 --> 00:00:29,200 a day to day basis. 7 00:00:29,540 --> 00:00:38,450 The development tools we can to use to create this calculator are CML CSF and java script. 8 00:00:39,060 --> 00:00:41,580 The hash CML will create a structure. 9 00:00:41,690 --> 00:00:45,270 The CFS will make the calculator look pretty. 10 00:00:45,320 --> 00:00:52,060 The Java script is what creates the functionality for it to be a calculator. 11 00:00:52,110 --> 00:01:03,200 We are going to need a text editor to write the code and a web browser to view the code. 12 00:01:03,200 --> 00:01:14,040 Also we'll cover introduction to the app creating the project directory creating the structure for the 13 00:01:14,040 --> 00:01:16,800 app using hasty email. 14 00:01:17,260 --> 00:01:20,370 We'll be also creating the styling using CSX. 15 00:01:20,380 --> 00:01:27,990 I'm finally will be creating the functionality for the app using java script.