- NodeJS
- express
- formidable
- jquery
- git clone https://github.com/iamanamulhaquesohel/Programming-in-HTML5-with-JavaScript-CSS3-and-NodeJS.git
- cd Programming-in-HTML5-with-JavaScript-CSS3-and-NodeJS
- cd Evidence_1264855
- npm install
- npm start
The application will be served on :9592
-
Create a Contact US Form. The form must have the following items: text, email, image, select list, date picker.Add validation (both Javascript and HTML) to the Contact US form.Create a node.js Service to receive the form from page and send its data to a page.
-
Crete a Javascript object using literal pattern. Create a dynamic object by using the factory pattern. Use the protoype property in the dynamic object.Implementing namespace and inheritance to the dynamic object.
- express
- moment
- jquery
- socket.io
- socketio-file-upload
- uuid
- git clone https://github.com/iamanamulhaquesohel/Programming-in-HTML5-with-JavaScript-CSS3-and-NodeJS.git
- cd Programming-in-HTML5-with-JavaScript-CSS3-and-NodeJS
- cd Barta.com
- npm install
- npm start
The application will be served on :9500
Create a chat application using node.js. Add file sharing to the application using both file System API and JavaScript/ jQuery drag and drop action.