Skip to content

season101/DrinkMixer

Repository files navigation

Build and Deploy React Application

Figma URL

MixMaster Design

Steps

Install and Setup

  • npm install
  • npm run dev

Drink Mixer

Drink Mixer is a Single Page Application(SPA). SPA is a web application that dynamically updates its content without requiring a full page reload. It achieves this by loading the initial HTML, CSS, and JavaScript resources and then dynamically fetching data and updating the DOM as users interact with the application.

React Router is a JavaScript library used in React applications to handle routing and navigation. It provides a declarative way to define the routes of an application and render different components based on the current URL. React Router allows developers to create a seamless, client-side navigation experience within a SPA by mapping URLs to specific components and managing the history and URL changes.

React Router

TheCocktailDB

The data are dynamically fetched from following APIs using React Query, Axios, and useLoader() and also maintains the caching.

API


Challenge Link

About

A sample respository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published