Urban_Tour is a group project developed in 2022 as part of our Cloud Computing - Mini Project module in our degree program. This repository contains the initial UI sketches for the Urban_Tour application, developed as a preliminary step before implementing the backend. The goal was to outline the basic design and user flow, providing a visual guide to help shape the project’s development.
The primary purpose of this UI sketch was to:
- Visualize Concepts: Present a rough layout of the user interface, illustrating key features and functionalities.
- User Flow Exploration: Identify potential user paths and interactions before developing backend integration.
- Feedback Gathering: Collect input from team members to refine the design direction.
- Basic Layouts: Draft versions of screens for user registration, bicycle availability, and route planning.
- Navigation Flow: Initial sketches outlining the navigation between different sections of the application.
- User Interaction Elements: Mockups for buttons, forms, and informational displays.
- Web Development: HTML, CSS, JavaScript, Bootstrap, NEXT.js.
- Install NPM dependencies: Run
npm install
. - Run the project: Run
npm run dev
.