Skip to content

dugsiiyeinc/B-Review

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


<<<<<<< HEAD ======= >>>>>>> 47e4eab48aa873681d14992d7be42f09522e6303

Bussines Review

View Demo

Table of Contents
  1. About The Project About The Project
  2. Team members

About The Project

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.

Pages

Key Features Business Review

1. Business Management

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.

2. User Management

User Registration/Login: Allow users to create accounts and log in.

3. Search and Filter

Search Functionality: Search for businesses by name.

4. Business Details View

Detailed View: A dedicated page for each business displaying detailed information, including a summary, cover image, and reviews and detail.

5. Reviews and Ratings

User Reviews: Allow users to submit reviews and ratings for businesses. Average Ratings: Display average ratings for each business based on user submissions.

6. Dashboard Design

Summary: Summary of the project.

6. Responsive Design

Mobile-Friendly: Ensure the our project interface works well on different screen sizes.

7. Data Persistence

Local Storage: Use local storage for a simple project.

8. API Integration

External API: we use map and weather api to complete requirement of the project.



---

(back to top)

Technologies Used

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.

Team-members



T6 || GE

  • Hamda

(back to top)

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

(back to top)