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

https://github.com/ttiimmothy/charity-finder-application

Charity finder application to save your favourite charities
https://github.com/ttiimmothy/charity-finder-application

react react-router tailwindcss typescript vite

Last synced: 3 months ago
JSON representation

Charity finder application to save your favourite charities

Awesome Lists containing this project

README

          

# Charity Finder Application
[![ci](https://github.com/ttiimmothy/charity-finder-application/actions/workflows/ci.yml/badge.svg)](https://github.com/ttiimmothy/charity-finder-application/actions/workflows/ci.yml)

A charity finder application uses **`Typescript`**, **`React`** amd **`Vite`**. It uses **`Tailwind CSS`** for simplifying CSS usage. It uses **`react-router-dom`** to do the routing and redirecting.

## 🎯 Features

- Charity list display
- Charity searching
- Add your favorite charity

## 🖥 Prerequisites

- Node.js (version 12.0 or above)
- npm (which comes with Node.js) or Yarn (version 1.22.0 or above)

## 🔧 Usage
### Build and Run

```TypeScript
npm install
npm run dev
```

## Environment Variables

- every.org public api key (see the `.env.example` file)

## License

Charity Finder Application is licensed under [GNU General Public License v3.0](LICENSE).