You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BookStoreApp is a Microsoft technology stack-based web application developed with Blazor .NET 8 and SQL Server, facilitating CRUD operations for authors and books, with seamless management of one-to-many relationships between authors and their referenced books.
This repository hosts a Cypress automation script for the DemoQA Bookstore. The script logs into the bookstore, selects and adds a book, verifies it in the user's profile, deletes the book, and confirms its removal. It serves as a hands-on example of web automation, showcasing various user interactions and web element handling.
In this Repo I will create a simplified version of bookstore that allows me to: Display a list of books, Add a book, and Remove a selected book. Its an appilcation of using React and Redux in the context of a real application.
The Bookstore React App is a single-page application that allows users to browse and purchase books. It is built using the React JavaScript library and features a navbar and footer that provide navigation throughout the app.
BookVerse is a comprehensive book store application built using the MERN stack. With a clean and user-friendly interface, BookVerse allows book lovers to browse and search for their favourite books, add them to their cart,.
MY BOOK-STORE is an electronic book-store application built using Vite, React, and TailwindCSS. It features CRUD (Create, Read, Update, Delete) operations for managing books and includes an undo with redo functionality. The app utilizes Vite as the build tool, React for the user interface, and TailwindCSS for styling.
Bookstore Web Application, created using React and deployed on GitHub Pages. Includes Login, Book list, Single book, and Cart pages with functionality for filtering, adding/removing books to cart. Uses React-Context for data persistence, React-router v6 for page navigation, Redux Toolkit for state management, and SCSS for styling.
The Awesome Books project is an e-library application built primarily with JavaScript. It allows users to store, add, and remove books from their virtual library. The project utilizes various JavaScript methods and APIs for dynamic content manipulation. It incorporates Luxon for displaying local date & time. The application is bundled with webpack
Bookstore is a website similar to the "Awesome Books" website built previous in my repos. This is an MVP version of it that allows users to "Display a list of books", "Add a book". and "Remove a selected book".