https://github.com/nivindulakshitha/fuel-pass
A clone of the web app of www.fuelpass.gov.lk
https://github.com/nivindulakshitha/fuel-pass
bootstrap css html react
Last synced: about 2 months ago
JSON representation
A clone of the web app of www.fuelpass.gov.lk
- Host: GitHub
- URL: https://github.com/nivindulakshitha/fuel-pass
- Owner: nivindulakshitha
- License: apache-2.0
- Created: 2022-08-12T23:56:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T16:39:11.000Z (6 months ago)
- Last Synced: 2025-04-13T03:56:05.122Z (about 2 months ago)
- Topics: bootstrap, css, html, react
- Language: JavaScript
- Homepage: https://fuel-pass.vercel.app
- Size: 1.9 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fuel-Pass
A clone of the web app of [www.fuelpass.gov.lk](https://www.fuelpass.gov.lk).
## Table of Contents
- [Introduction](#introduction)
- [Technologies Used](#technologies-used)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Introduction
Fuel-Pass is a web application that emulates the functionality of the official [Fuel Pass](https://www.fuelpass.gov.lk) website. This project is aimed at providing a similar interface and features for managing fuel distribution and allocation.
## Technologies Used
- **JavaScript**: 69.6%
- **CSS**: 21.6%
- **HTML**: 8.8%## Installation
To set up this project locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/nivindulakshitha/Fuel-Pass.git
```
2. Navigate to the project directory:
```bash
cd Fuel-Pass
```
3. Install the dependencies (if any):
```bash
npm install
```## Usage
To run the project locally, use the following command:
```bash
npm start
```Open your web browser and navigate to `http://localhost:3000` to see the application in action.
## Contributing
Contributions are welcome! Please follow these steps to contribute:
1. Fork the repository.
2. Create a new branch:
```bash
git checkout -b feature/your-feature-name
```
3. Make your changes.
4. Commit your changes:
```bash
git commit -m "Add your message here"
```
5. Push to the branch:
```bash
git push origin feature/your-feature-name
```
6. Open a pull request.## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.