This exercise demonstrates connecting to MongoDB using Mongo Atlas and storing the connection URI in an .env file.
Author: Aditya
Define a Mongoose schema for REST API routes
This exercise walks through defining Mongoose schema for the REST API routes that were created in the previous
Create REST API and test its routes
This exercise demonstrates how to create a REST API and test it routes. Objective Create and test the
Phone number validator using JavaScript and HTML
This exercise demonstrates writing a function for a US phone number validator using JavaScript and using it in
Display an item’s information from API data

This exercise will demonstrate how to display a product or item’s information from the API data. You should
Fetch items from an API and display on a responsive frontend

This exercise will demonstrate how to fetch items from API (external) and display the response (menu items) in
Bounce the assets with CSS Animation

Objective Animate the given images using CSS animations to show a bounce effect. Description Stack the assets and
SCSS -Style better with CSS preprocessors

Objective Use SASS to style the buttons and navbar links Description In this exercise, add styles to the
PROJECT ECODE – OBJECTIVE
We are creating a full stack web application for the “AYE Eats” restaurant chain. It offers a variety
How to publish Vue.js components to NPM

The first time I tried to publish a vue.js component to NPM was to experiment and mimic