Nyne is a web application inspired by hihello.me, designed to provide a user-friendly experience with a robust backend. It allows you to store all your information in one place in the form of cards - both personal and business. The project encompasses a client-side and admin-side, each serving specific purposes.
- HTML
- Blade
- CSS
- JavaScript
- PHP
- Laravel framework
- MySQL database
- WAMP server
-
User Account Management
- create accounts to manage personal and business cards
- update and share information through QR Codes
-
QR Code Generation
- generates unique QR code for each card, allowing easy sharing and scanning
-
Asynchronous Server Calls
- utilizes Fetch API for asynchronous server calls
-
Customer Management
- view all customers and their respective cards
- find customers by name, email, company, or role
- visually appealing and cohesive theme to enhance overall UI
-
Clone the repository
https://github.com/mominaamjad/nyne-digital-cards.git
-
Have
PHP
installed locally -
Have
composer
installed locally -
Install dependencies
composer install
-
Run
php artisan serve
Contributions are welcome! If you have ideas for improvements, bug fixes, or new features, feel free to open an issue or submit a pull request.
This project is a combined effort of me and my group mate Haneen Ehsan, for Web Technologies Course.