https://github.com/brice150/card
https://github.com/brice150/card
angular css3 html5 typescript
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brice150/card
- Owner: Brice150
- Created: 2025-04-12T12:06:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-12T15:51:51.000Z (about 1 year ago)
- Last Synced: 2025-04-13T05:39:44.818Z (about 1 year ago)
- Topics: angular, css3, html5, typescript
- Language: CSS
- Homepage: https://brice150.github.io/CARD/
- Size: 687 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CARD, un site web d’entreprise avec une carte de visite interactive
Frontend : Angular
Features
### 🏠Accueil
- Visualisation d’une carte de visite animée (effet flip) sur la page d’accueil
---
### ℹ️ À propos
- Consultation des informations sur l’entreprise
---
### 📬 Contact
- Accès à un formulaire de contact avec validation des champs
---
Installation locale
### Cloner le projet
```bash
git clone https://github.com/Brice150/Life-Rise.git
```
### Installer les dépendances
```bash
npm install
```
### Lancer l'application
```bash
ng serve -o
```