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
The website or application features a horizontal navigation bar with three evenly spaced list items and three centered boxes stacked on top of each other, providing clear navigation and a well-organized layout.
This note-taking application features a back end developed using Express.js, with the ability to store and retrieve data in a JSON file. The front-end interface has already been created, and my task is to seamlessly integrate the back end with the front end, and subsequently deploy the fully functional application to Heroku.
A community of developers share their thoughts and ideas through writing on a CMS-style blog site. Utilizing Node.js, Express.js, Handlebars.js, Sequelize, and express-session, the site allows developers to publish and comment on blog posts, fostering a dynamic and collaborative environment for exchanging technical knowledge and experience.
The PWA Challenge: Text Editor is a project that challenges developers to create a text editor application using Progressive Web Application (PWA) principles. PWAs use modern web technologies to provide a native app-like experience, and the challenge encourages the use of such technologies to create a fast, responsive, and reliable text editor.
The JavaScript Code Quiz is a dynamic and interactive web-based application designed to assess a user's knowledge of the JavaScript programming language. The app features a clean, polished and responsive user interface powered by dynamic HTML and CSS updates.
Regex, short for regular expression, is a powerful tool for defining search patterns. Utilized in code and search algorithms, regex allows finding specific character patterns within strings, as well as replacing characters. Regex is also commonly used for input validation.
E-commerce Backend: Building a secure and scalable back end for an e-commerce platform using Express.js and Sequelize for data management and interaction with a MySQL database. This project aims to provide a solid foundation for businesses to succeed in the competitive world of online retail.
MERN book search engine is a user-friendly web application that uses MongoDB, Express, React, and Node.js to search and save books. With a simple interface and the ability to create an account, users can search for books by title, author, or ISBN number, and keep track of their reading progress.
A random password generator app provides secure and unique passwords. By clicking the generate password button, the user is prompted for criteria such as password length, character types to include and the password is generated. The generated password is displayed in an alert or written to the page, ensuring a high level of security to the user.