Pinned Repositories
ai-food-subscription-app
A fully responsive and user-centric website for Omnifood, an AI-powered food subscription service. Built with HTML5, CSS3 (Sass), Flexbox, CSS Grid, and JavaScript (jQuery). Features include personalized meal plans, seamless navigation, performance optimization, and Netlify deployment.
assignment-1
bankist-js
This project is a marketing website for a banking app. It is built using vanilla JavaScript to manipulate the DOM directly. The website features a modal window, cookie message, smooth scrolling, page navigation, tabbed component, menu fade animation, sticky navigation, section reveal on scroll, lazy loading images, and a slider.
board-game
Repository containing code for a captivating board game. Dive into the implementation of game mechanics, player interactions, and more. Explore, contribute, and enhance the gaming experience!
book-my-doctor
Medical Appointment Booking Platform utilizing CMS data. Patients can book appointments, compare doctors based on education, experience, and specialty. Dashboard visualizes database for informed choices. Master's mini project for applied database technologies.
chair-website-design
Dive into the world of exceptional web design and technology with Chair Emporium. Discover stunning visuals, responsive layouts, and intuitive navigation, meticulously crafted with HTML, CSS, and UI/UX design principles.
munch-mate-food-order
A full-stack food ordering application built with HTML, CSS, React, JavaScript, Node.js, and Express. The application allows users to browse a menu, add items to a cart, adjust quantities, and place orders.
patient-and-health-management-system
Manage patient and health insurance information efficiently with this comprehensive web application. Featuring multiple user views, secure authentication, appointment booking, chat functionality, and more, it streamlines healthcare processes for patients, doctors, and insurance providers.
project-russia-master
This web platform enables collaborative meme classification and sociotechnical narrative analysis focusing on the Russia-Ukraine conflict. Contribute to a deeper understanding of the discourse surrounding the conflict.
react-quiz-application
Experience the ultimate React quiz app! Created using dynamic components, custom react hooks, and responsive styling for an immersive quiz experience. Quiz, learn, and enjoy!
trishna456's Repositories
trishna456/patient-and-health-management-system
Manage patient and health insurance information efficiently with this comprehensive web application. Featuring multiple user views, secure authentication, appointment booking, chat functionality, and more, it streamlines healthcare processes for patients, doctors, and insurance providers.
trishna456/ai-food-subscription-app
A fully responsive and user-centric website for Omnifood, an AI-powered food subscription service. Built with HTML5, CSS3 (Sass), Flexbox, CSS Grid, and JavaScript (jQuery). Features include personalized meal plans, seamless navigation, performance optimization, and Netlify deployment.
trishna456/bankist-js
This project is a marketing website for a banking app. It is built using vanilla JavaScript to manipulate the DOM directly. The website features a modal window, cookie message, smooth scrolling, page navigation, tabbed component, menu fade animation, sticky navigation, section reveal on scroll, lazy loading images, and a slider.
trishna456/chair-website-design
Dive into the world of exceptional web design and technology with Chair Emporium. Discover stunning visuals, responsive layouts, and intuitive navigation, meticulously crafted with HTML, CSS, and UI/UX design principles.
trishna456/class-based-components
This repository contains examples and practice code for using class-based components in React. Understanding the key concepts and differences between class-based and functional components, as well as how to manage state and use context in class-based components.
trishna456/it-logger-redux
IT Logger Website: a React-Redux application designed for efficient IT log management. This application allows users to effortlessly add, edit, and delete logs, manage technicians, and use a comprehensive search functionality. This project leverages Redux for state management and Redux-thunk for handling asynchronous operations.
trishna456/munch-mate-food-order
A full-stack food ordering application built with HTML, CSS, React, JavaScript, Node.js, and Express. The application allows users to browse a menu, add items to a cart, adjust quantities, and place orders.
trishna456/react-quiz-application
Experience the ultimate React quiz app! Created using dynamic components, custom react hooks, and responsive styling for an immersive quiz experience. Quiz, learn, and enjoy!
trishna456/contact-manager-app
Contact Manager Pro: Developed a robust full-stack MERN application for contact management, featuring a custom Express backend API fortified with JSON Web Token authentication. Implemented an efficient Flux design pattern using react hooks and Context API for enhanced data management and application performance.
trishna456/dart-quiz
This Flutter app is a quiz application developed using Dart. It presents questions, records user answers, and displays the results at the end of the quiz. The app follows Flutter best practices, using stateless and stateful widgets, and state management to ensure a seamless user experience.
trishna456/design-components
Explore a collection of HTML files showcasing various components like accordion, carousel, table with pagination, and more. Dive into responsive designs and dynamic features to elevate your web projects. Enhance user experience with these versatile components!
trishna456/flutter-dice-roll
This Flutter app allows you to roll a dice at the press of a button. It utilizes Flutter best practices, including state management with setState, and incorporates both stateless and stateful widgets. The app features a gradient background and dynamically updates the dice image based on random dice rolls.
trishna456/github-finder
GitHub Finder is a React application designed to help you search and view GitHub users effortlessly. It's packed with modern web development tools like React hooks, context API, and React Router, making it easy to set up and navigate. Used reusable react functional components, and fetching data from GitHub's API.
trishna456/guess-my-number
Number Guessing Game (2013): This is a simple web-based game where you try to guess a randomly selected number between 1 and 20.
trishna456/html-basic
A collection of HTML and CSS files demonstrating various layout techniques and web design principles. This repository includes examples of basic HTML structure, Flexbox, and CSS Grid layouts. Perfect for learning and reference purposes.
trishna456/investment-calculator
This is an investment calculator app built using React where users can input their initial investment value, annual investment, expected return, and duration in years. The app allows users to modify one or multiple parameters and provides the calculated investment value, interest year-wise, total interest, and the investor's capital.
trishna456/minimalist-weather-app
trishna456/modals-old
Modals Practice (2012)
trishna456/natours-css
trishna456/pig-game-old
Pig Game (2015): A simple, interactive dice game for two players built with HTML, CSS, and JavaScript. Players roll a dice to accumulate points, but rolling a 1 resets their round score. Players can 'Hold' to add their round score to their global score. The first to reach 100 points wins!
trishna456/place-finder
Place Finder is a web application that displays places close to the user's location and allows them to select places they would like to visit or have already visited. The project leverages various advanced React concepts and hooks to manage side effects, optimize performance, and ensure a smooth user experience.
trishna456/project-management-application
This repository contains a Project Management website built with React, featuring functionalities to add, edit, delete, and manage projects. The project showcases advanced React concepts and utilizes Tailwind CSS for styling, ensuring a clean and responsive user interface.
trishna456/react-forms
A simple react project showing different methods for handling form inputs in a React application. Includes examples of using `useState`, refs, and the native `FormData` API to manage and validate form data.
trishna456/redux-counter
This project is a simple React application demonstrating key Redux concepts using the Redux Toolkit. The app includes user authentication and a counter feature, to practice and understand the fundamental principles of state management with Redux.
trishna456/shopping-cart
This is a shopping cart website built using React.js where customers can add clothes to their cart and update the quantities of items. Managed state using the Context API.
trishna456/tic-tac-toe
This is a tic-tac-toe game built using React. It allows two players to take turns marking spaces in a 3x3 grid, aiming to get three of their symbols in a row, column, or diagonal.
trishna456/timer-game
A Timer Game project built with React, demonstrating the use of advanced React concepts such as useRef, ref forwarding, useImperativeHandle, and portals. Created reusable modal and input components.
trishna456/trishna456
My professional summary, skills and experience.
trishna456/vacation-places-explorer
Vacation Places Explorer is a web application that displays places close to the user's location and allows them to select places they would like to visit or have already visited. The project leverages various advanced React concepts and hooks to manage side effects, optimize performance, and ensure a smooth user experience.
trishna456/weather-app
This Weather App is a Flutter-based application that provides users with real-time weather information and a 5-day forecast for their current location or any specified city. Built using Flutter's modern framework, the app leverages state management through the Provider package, ensuring efficient data handling and UI updates.