An open API service indexing awesome lists of open source software.

https://github.com/ardhweb/finkeans

Expense and Fincaer Tracker and Records related utiltity tools.
https://github.com/ardhweb/finkeans

Last synced: 2 months ago
JSON representation

Expense and Fincaer Tracker and Records related utiltity tools.

Awesome Lists containing this project

README

        

# Project Title

A brief description of what this project does and who it's for

![Logo](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/th5xamgrr6se0x5ro4g6.png)

## Acknowledgements

- [Awesome Readme Templates](https://awesomeopensource.com/project/elangosundar/awesome-README-templates)
- [Awesome README](https://github.com/matiassingers/awesome-readme)
- [How to write a Good readme](https://bulldogjob.com/news/449-how-to-write-a-good-readme-for-your-github-project)

## Installation

Install my-project with npm

```bash
npm install my-project
cd my-project
```

## Environment Variables

To run this project, you will need to add the following environment variables to your .env file

`API_KEY`

`ANOTHER_API_KEY`

## Deployment

To deploy this project run

```bash
uvicorn finkeans.asgi:application --host 127.0.0.1 --port 8000
gunicorn finkeans.asgi:application
```

## Features

- Light/dark mode toggle
- Live previews
- Fullscreen mode
- Cross platform

## Support

For support, email [email protected] or join our Slack channel.

## License

[MIT](https://choosealicense.com/licenses/mit/)

## FAQ

#### Question 1

Answer 1

#### Question 2

Answer 2

## Tech Stack

**Client:** React, Redux, TailwindCSS

**Server:** Node, Express

## Screenshots

![App Screenshot](https://via.placeholder.com/468x300?text=App+Screenshot+Here)

## Used By

This project is used by the following companies:

- Company 1
- Company 2

## Usage/Examples

```javascript
import Component from 'my-project'

function App() {
return
}
```

## Authors

- [@octokatherine](https://www.github.com/octokatherine)