Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joeldeondsouza/hi_berlin
Berlin registartion form fill and more
https://github.com/joeldeondsouza/hi_berlin
pdf-lib react-router-dom styled-components vite-react-typescript
Last synced: 24 days ago
JSON representation
Berlin registartion form fill and more
- Host: GitHub
- URL: https://github.com/joeldeondsouza/hi_berlin
- Owner: JoelDeonDsouza
- Created: 2024-12-07T22:08:18.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-07T23:36:47.000Z (about 1 month ago)
- Last Synced: 2024-12-08T00:21:05.962Z (about 1 month ago)
- Topics: pdf-lib, react-router-dom, styled-components, vite-react-typescript
- Language: TypeScript
- Homepage: https://hiberlin.onrender.com
- Size: 27.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 Hi_Berlin
HiBerlin is a platform that helps residents and newcomers in Berlin manage essential tasks like processing documents and finding appointments links.
## Tech Stack
**Client:** React + TypeScript + Vite, Styled-components, Pdf-lib.
## Screenshots
![App Screenshot](https://i.ibb.co/6Hhc3NH/Screenshot-2024-12-07-at-10-03-19-PM.png)
![App Screenshot](https://i.ibb.co/tHXsm6p/Screenshot-2024-12-07-at-10-03-29-PM.png)
![App Screenshot](https://i.ibb.co/R3sHgH1/Screenshot-2024-12-07-at-10-03-53-PM.png)
## Demo
```bash
https://hiberlin.onrender.com/
```## Run Locally
Clone the project
```bash
git clone https://github.com/JoelDeonDsouza/Hi_Berlin.git
```Go to the project directory
```bash
cd my-project
```Install dependencies
```bash
npm install
```Start the server
```bash
npm run dev
```