Skip to content

Latest commit

 

History

History
64 lines (45 loc) · 2.26 KB

README.md

File metadata and controls

64 lines (45 loc) · 2.26 KB

Vision-Space

Vision-Space is an API-based real-time web application designed for live multi-user integration and board management. This project showcases a robust architecture built with modern web technologies, ensuring a seamless and efficient user experience.

Features

  • Real-Time Multi-User Integration:

    • Enables real-time collaboration between users.
    • Provides instant updates and notifications across multiple users.
  • Board Management:

    • Allows users to create, manage, and organize boards.
    • Supports dynamic content updates and easy navigation.
  • Server-Rendered UI with Next.js:

    • Next.js is used for server-side rendering, ensuring faster page loads and better SEO.
    • Enhances performance and provides a smooth user experience.
  • Authentication with Clerk:

    • Integrated Clerk for user authentication, providing a secure and reliable login system.
    • Supports various authentication methods, including email/password and social logins.
  • MongoDB for Data Storage:

    • Utilized MongoDB to store and retrieve data efficiently.
    • Provides a flexible and scalable database solution.

Technologies Used

  • Next.js: A React framework for building server-rendered applications.
  • JavaScript: The programming language used for both front-end and back-end logic.
  • Clerk: Authentication service for managing user login and registration.
  • Custom Board Management: A custom-built solution for handling Board within the application.
  • MongoDB: A NoSQL database for storing user data, board information, and booking details.

Installation and Setup

  1. Clone the repository:
    git clone https://github.com/yourusername/vision-space.git
    
  2. Clone the repository:
    cd vision-space
    
  3. install all dependency:
    npm install
    
  4. run application:
    npm run dev
    

Website Screen Shots:

  1. Dashboard Page (https://visonspace.vercel.app/)

  2. Board Page (https://visonspace.vercel.app/board)

Want to Explore: