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: 6 months 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T23:36:47.000Z (6 months ago)
- Last Synced: 2024-12-08T00:21:05.962Z (6 months 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



## 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
```