This is a simple chat application built using HTML, CSS, and JavaScript.
- Real-time messaging between users
- Image sharing
- User authentication (login and signup)
- Profile management
- Last seen status
- Responsive design
- HTML5
- CSS3
- JavaScript (Vanilla)
- PHP
- MySQL (or your preferred database)
- Clone the repository:
git clone https://github.com/ankitsharma785197/chat-app.git - Set up your local server environment (e.g., XAMPP, WAMP, MAMP).
- Import the provided SQL database file into your MySQL database.
- Configure the database connection in the PHP files under the
phpfolder. - Start your local server.
- Access the application through your web browser.
- Register for a new account or log in with existing credentials.
- Start chatting with other users.
- Upload images by clicking the attachment icon.
- View and update your profile.
- Check the last seen status of other users.
- css: Contains stylesheets for the application.
- js: Contains JavaScript files for client-side functionality.
- php: Contains PHP files for server-side functionality (e.g., database interaction).
- sql: Contains SQL database files for initial setup.
- Ankit Sharma: Lead Developer
This project is licensed under the MIT License.