Skip to content

A basic GSM operator web app with login, balance check, and random data rewards. Built using HTML, CSS, jQuery, and PHP, featuring secure API communication and session management.

Notifications You must be signed in to change notification settings

Entrocelll-Project/entrocell-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Entrocell Web

Welcome to Entrocell Web, a simple web application for a GSM operator, built with HTML, CSS, JQuery, JavaScript and PHP. This application allows users to perform various actions such as logging in, checking balance (SMS data, internet data, voice data), and participating in a random data reward system. The application communicates with an API to handle these functionalities.

Preview

Jan-21-2024 03-49-18

Features

  • User Authentication: Utilize the API for user login functionality, ensuring secure access to the platform.

  • Balance Inquiry: Allow users to check their remaining SMS data, internet data, and voice data through API requests.

  • Random Data Reward System: Implement a system where users can receive random data rewards. The application sends API requests to handle this feature.

  • Session Management: Implement session management for user authentication to maintain user state during their interactions with the application.

Technologies Used

  • HTML
  • CSS (Milligram CSS)
  • JQuery
  • PHP
  • JavaScript

Getting Started

To run the application locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/tolgaucar/entrocell-web.git
  1. Open the index.php file in your preferred web browser.

  2. Explore the functionalities of the Entrocell Web application.

API Integration

The application relies on an API to handle user authentication, balance inquiries, and the random data reward system. Ensure that the API endpoints are correctly configured for seamless functionality.

Session Management

Session management is crucial for user authentication. Make sure to handle sessions securely to maintain user state across the application.

PHP Usage

PHP is used in the backend for handling server-side logic. Ensure that your server supports PHP for the complete functionality of the application.

Contributing

If you'd like to contribute to the project, follow these steps:

  1. Fork the repository.

  2. Create a new branch:

git checkout -b feature/your-feature-name
  1. Make your changes and commit them:
git commit -m 'Add your feature'
  1. Push to the branch:
git push origin feature/your-feature-name
  1. Open a pull request on the GitHub repository.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Feel free to explore, use, and contribute to make Entrocell Web even better! If you have any questions or issues, please open an issue.

About

A basic GSM operator web app with login, balance check, and random data rewards. Built using HTML, CSS, jQuery, and PHP, featuring secure API communication and session management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published