Use this repository to start class for the lesson 6.1
The following packages will need to be installed to support the State-driven SPA using npm install {package-name}:
html-literal
parcel
navigo (version 8)
lodash
npm install axios # HTTP client for API requests
npm install cors # Enable cross-origin requests
npm install dotenv # Load environment variables from .env file
npm install express # Web server framework
npm install html-literal # Template literal tag for HTML
npm install lodash # Utility library (camelCase, etc.)
npm install mongoose # MongoDB object modeling
npm install navigo # Client-side router for SPA
npm install parcel # Bundler for frontend