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
- Host: GitHub
- URL: https://github.com/ttiimmothy/charity-finder-application
- Owner: ttiimmothy
- License: gpl-3.0
- Created: 2023-10-14T00:36:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-17T06:20:31.000Z (over 2 years ago)
- Last Synced: 2025-05-27T02:10:04.587Z (about 1 year ago)
- Topics: react, react-router, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage: https://charityfinderapplication.vercel.app
- Size: 103 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Charity Finder Application
[](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).