import Header from "@/app/Components/Header"; import Image from "next/image"; import Picture1 from "./img/Picture1.png"; import Picture4 from "./img/Picture4.png"; import Picture6 from "./img/Picture6.png"; import Picture8 from "./img/Picture8.png"; import Picture9 from "./img/Picture9.png"; import Picture10 from "./img/Picture10.png"; import Picture13 from "./img/Picture13.png"; import Picture16 from "./img/Picture16.png"; import { Metadata } from "next"; export const metadata: Metadata = { title: "Library", description: "E-COMMERCE Platform for Educational and Recreational Books", }; export default function Library() { return ( <>

E-COMMERCE Platform for Educational and Recreational Books

My second graduation project for my bachelor's degree It's an application for creating CVs and making authentication links for your certificates.

Introduction

This project represents the beginning of my career in programming and is my graduation project for my associate degree. It showcases my skills and knowledge in developing a comprehensive e-commerce platform dedicated to selling various types of books, including educational, self-help, and novels.

Project Idea

The project's primary goal is to create a user-friendly website that facilitates the purchase of educational and recreational books. The platform aims to encourage reading and provide a seamless shopping experience for students and book enthusiasts.

Objectives

  • Simplify the process of buying books and supplies for customers
  • Ensure ease of use for the website

Tools and Technologies

  • WampServer: For creating a local server environment.
  • phpMyAdmin: For database management.
  • Visual Studio Code: For code editing and development using PHP, HTML, CSS, and JavaScript.
  • GitHub: For version control and collaboration among team members.
  • Visual Paradigm: For designing diagrams like use case, flowchart, and ERD.

Programming Languages

  • PHP.
  • HTML and CSS.
  • SQL
  • JavaScript

Development Model

Incremental Development: Chosen because it allows for easy modifications and improvements in the project specifications over time.

Team

  • Saad Alkathiri
  • Marouf AlSubaie
  • Fares AlQahtani

Conclusion

This project has been a valuable learning experience, helping us improve our skills and work as a cohesive team. We hope our efforts result in a useful and appreciated platform for book lovers and students.

full documentation

You can find the full documentation here

https://s3d340.com/E-COMMERCE
Picture1 Picture4 Picture6 Picture8 Picture9 Picture10 Picture13 Picture16
); }