Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Aug 6, 2024
1 parent 5cafdb1 commit e71f12f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions blockchain_integration/PiSure/client/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# PiSure Frontend Application

This is the frontend application for PiSure, built using React and React Hooks.

## Getting Started

To get started, run the following command:

`npm start`

This will start the development server and open the application in your default web browser.

## Features

* Create new policies
* View all policies
* View individual policy details
* Update policy information
* Delete policies

## API Documentation

The API documentation can be found in the `utils/api.js` file.

## Contributing

Contributions are welcome! Please submit a pull request with your changes and a brief description of what you've added or fixed.

0 comments on commit e71f12f

Please sign in to comment.