Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 938 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 938 Bytes

Link Up

Link-Up is a web application designed to connect people for networking events and manage social gatherings effortlessly. The application provides an intuitive platform for users to create, manage, and participate in various events while offering real-time updates and easy-to-use features.

Collaboration

This project is made in collaboration with:

We are part of the Telerik Academy's Code Collective organization: A62-JS-PG4-WEB.

Stack Used

  • React
  • Firebase
  • Tailwind CSS
  • DaisyUI

Getting Started

  1. Clone the repository:
    git clone <repository-url>
  2. Navigate to project:
     cd <project-directory>
     
     cd <inner-project-directory>
  3. Install dependencies:
    npm i
  4. Start the developer local server
    npm run dev