Technical Skills:
Front-End: HTML5,CSS3, Bootstrap, Javascript*, ReactJS*
Back-End: Python, Express*,Nodejs*
Databases: SQL*, MongoDB*
Projects:
Static Websites
1. Tourism Website
Developed tourism website where users can browse through the content, videos and images of popular destinations.
• Implemented mobile friendly layout using different HTML block, inline elements, and Styled using CSS3 properties such as background, flex, and CSS box model properties.
• Implemented multiple images of a particular destination in a carousel using bootstrap carousel and virtual tour videos using bootstrap embed component.
Technologies used: HTML, CSS, Bootstrap
Dynamic Web Applications
1. Todos Application**
Developed persistent todo application with CRUD operations to track list of tasks
• Displayed list of todos with HTML list elements, styled todo list using CSS, Bootstrap
• Implemented todo crud operations by using JavaScript event listeners and updated UI dynamically by using JavaScript DOM operations.
• Used Arrays, Objects and their methods during todolist CRUD Operations, Persisted todo list state on page reloads using local storage methods.
Technologies used: HTML, CSS, JS, Bootstrap