Here are some projects that showcase my skills in HTML, CSS, JavaScript, Bootstrap and Java.
Assignment: Design a portfolio website
Objective: Develop a good looking portfolio website using Html5, Css3, Scss, Bootstrap5 and Javascript.
1. Design a home page of portfolio website which containing hero banner, highlight and card list components
2. Design an about page
3. Design a contact page
4. Website should be responsive
Develop a simple CRUD application using Next.js to perform Create, Read, Update, and Delete operations on a set of data.
1. Create a Next.js project
2. Design a page that list countries name and phone code sort name ( nd the below url to download the country data json)
3. The list country table must contain pagination search and sort option(Country Name Asc/Desc)
4. Create a modal for add/edit and update the country name
5. Implement the delete function with con rmation
6. Download or copy the country json data and create a country json le in next js public folder read the json for listing the country
7. https://github.com/hiiamrohit/Countries-States-Cities-database/blob/master/countries.json
8. https://raw.githubusercontent.com/hiiamrohit/Countries-States-Cities-database/master/countries.json
Develop a Next.js application with user authentication functionalities including registration, login, session management, and protected routes.
1. Create a Next.js project
2. Design a good looking landing page
3. Create a registration form with elds for username, email, password, etc.
4. Implement functionality to register new users and store their information in the json file
5. Design a login form with elds for email/username and password.
6. Implement user authentication by verifying credentials against the data.
7. Create protected routes that are accessible only by authenticated users.
8. Implement a logout mechanism to clear the user's data
Developed a menu-driven Java console calculator that performs
addition, subtraction, multiplication, division, modulus, exponentiation, and multiple basic operations.
Implemented modular programming, input validation, exception handling, formatted output, and continuous calculations to ensure a user-friendly
and robust command-line experience.
Explore my latest work and contributions on GitHub
Loading repositories...
No repositories found.