Table of Contents
A business review project is an organized process where a company evaluates its current performance, strategies, and operations to identify areas of improvement, optimize processes, and align its goals with market demands.
Add Business: Functionality to add new Business, including details like Name, service, image, and publication date. Edit Business: Ability to update business details. Delete Business: Remove Business from the list.
User Registration/Login: Allow users to create accounts and log in.
Search Functionality: Search for businesses by name.
Detailed View: A dedicated page for each business displaying detailed information, including a summary, cover image, and reviews and detail.
User Reviews: Allow users to submit reviews and ratings for businesses. Average Ratings: Display average ratings for each business based on user submissions.
Summary: Summary of the project.
Mobile-Friendly: Ensure the our project interface works well on different screen sizes.
Local Storage: Use local storage for a simple project.
External API: we use map and weather api to complete requirement of the project.
---
List and explain the tools and technologies you used in the project.
- HTML: For structuring the content.
- CSS: For styling and layout.
- JavaScript: For dynamic functionality and interactivity.
- API Integration: we use two api to enhance our project requirement.
- API Integration: we use two api to enhance our project requirement.
- Local Storage: we use as backend to store data.
T6 || GE
- Hamda
Business-Review ├── html/ │ ├── index.html # Home Page │ ├── about.html # About Page │ ├── contactUs.html # Contact Page │ ├── categories.html # Categories Page │ ├── allBusinesses.html # Business Detail Page │ ├── dashboard.html # Dashboard Page │ ├── review.html # review Page │ ├── comments.html # Comment Page │ ├── logIn.html # Login Page │ ├── UserReg.html # User Registration Page
├── css/ │ ├── style.css # Main style │ ├── about.css # About page style │ ├── contactUs.css # Contact page style │ ├── categories.css # Categories page style │ ├── allBusinesses.css # Business detail page style │ ├── dash.css # dashboard style │ ├── review.css # Review page style │ ├── comments.css # comments page style │ └── footer.css # Footer style │ └── userReg.css # User Registration style │ └── logIn.css # LogIn styles │
├── js/ │ ├── script.js # Main index functionality │ ├── categories.js # Categories functionality │ ├── allBusinesses.js # Business detail page functionality │ ├── dashboard.js # Dashboard functionality │ ├── review.js # Review Business functionality │ ├── comments.js # Comments visitors functionality │ ├── userReg.js # Login page functionality │ ├── logIn.js # Signup page functionality │ ├── register.js # Signup page functionality
└── images/ # Images folder
└── data/
|── data.json # JSON file serving as API for business data
└── style.css # Main CSS styles
├── index.html # Home Page