"If you find something you are good at. Just go for it, that will never let you down." -😁
I am an IT professional currently doing internship on Full Stack Development(MEARN). I have three years of work experience in PLM Domain, worked in ENOVIA 2016x 3DEXPERIENCE Product. Have contributed to configuration and customization of the application. I have acquired a good knowledge on Software Development Lifecycle as we were adhering to DevOPS methodolody.
An ecommerce site for craft items.
The app is designed for Admin and user to view and purchase craft items.
Used two collections in database,
1) to store user details
2) to store product details
Anyone can register to the site.
The user can login to view the products, then can add orremove product to cart
The Admin has access to add, edit and remove products
The app is designed for Admin and user to view and book a bus ticket.
Used two collections in database,
1) to store bus details
2) to store ticket details based on guest email
The user (Guest) can login with their Name and Email and find the Buses after
providing the Source and Destination, then Book the bus and View ticket.
The Admin has access to add new bus, edit and delete Bus
Simple world clock designed as part of my project on Asynchronous JavaScript.
API Details:
WorldTimeAPI - http://worldtimeapi.org/api/timezone/Asia/Kolkata
The range of timezones are taken from API -
https://worldtimeapi.org/api/timezone
A simple quiz app created using Vanilla JavaScript(ES6), CSS and HTML. There is a timer of three minutes for the whole quiz, after which it gets disabled.
Project work done during XII. A simple two player Tic-Tac-Toe Game played in console. Need to take a look and refresh my C++ skills.