image

Immanuel King

Nigeria Since27 May, 2024
Click to expand
Sitemaps

A sitemap is a visual or textual representation of a website's or  an application's structure, showing the relationships between different pages or screens created to serve either based on individual roles, location around the world, etc.... It functions like a blueprint, outlining the hierarchy and navigation flow.Uses in UI/UX Design:1. in terms of Organization and Planning:   - H...

  • 0
  • 0
server error

import app from "./app.js"; app.listen( PORT, ()=>{     console.log(`Server now listening on port ${PORT}`) } )Why isn't it working?

  • 1
  • 0