MinecraftJohn / 7-eleven

This is a school web project designed to test and improve our programming skills.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

7 Eleven - School Web Project

School Web Project

What is this?

This project is a school performance project for subject Software Development 244 and WEB 241. Its core purpose is to discover something new and improve my web development skill.

This was my first web development for a school web project task. The page output and its assets are given to us, so it's up to me how to imitate the expected output using CSS. The UX was based on my imagination including the form validation message. As time goes by we have made it to dive into back-end. Using XAMPP I was able to run a local server and database.

7 Eleven UI Preview

It was a greate experience, challenging and fun web development exercise. Making a project indeed needs a team colaboration, especially a project like this.

Installation

  1. Install XAMPP in your PC
  2. In XAMPP Control Panel, run Apache and MySQL.
  3. At MySQL section click the Admin button to open phpMyAdmin
  4. Create a database for this project call it: 7eleven
  5. Import the 7eleven.sql at _database folder to your 7Eleven MySQL database
  6. When success, open the site with your browser, and it should work.

About

This is a school web project designed to test and improve our programming skills.


Languages

Language:PHP 50.2%Language:CSS 26.4%Language:JavaScript 17.2%Language:Hack 6.1%