-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |