dharmikp07 / Internship-2023

Website Mini-Project for Dot Tech Internship.

Home Page:https://dharmikp07.github.io/Internship-2023/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Internship-2023

Screenshot-1

Project Setup guide

  1. clone this repository
git clone https://github.com/dharmikp07/Internship-2023.git

  1. Install XAMPP
https://www.apachefriends.org/
  1. Put the repo inside given path
C:\xampp\htdocs\
  1. Start the Apache & MySQL services from XAMPP Screenshot-2

  2. Now you can access website using

localhost:80/dottech/



To save user entered contact information in MySQL database

  1. Open your preferred database client, phpMyAdmin used here
localhost:80/phpmyadmin/
  1. Create a database, here dottech
    Screenshot-3

  2. Inside dottech database, Create a table named contact
    Screenshot-4

  3. Now whenever user enter their contact information & message, It will be saved here
    Screenshot-5

About

Website Mini-Project for Dot Tech Internship.

https://dharmikp07.github.io/Internship-2023/


Languages

Language:HTML 47.9%Language:CSS 38.3%Language:JavaScript 11.2%Language:PHP 2.5%