emito-k / my-wikispace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wikispace Clone

Welcome to the Wikispace Clone project! This project is for COS 730 and it aims to replicate the features and functionalities of the popular collaborative platform, Wikispace, providing a space for users to create, share, and collaborate on documents seamlessly.

Table of Contents

Project Description

The Wikispace Clone project is designed to provide a robust and user-friendly platform for collaborative documentation. It features real-time editing, version control, user management, and more, making it an ideal solution for teams and organizations looking to streamline their documentation processes.

Documentation

  • Technical Installation Guide: A comprehensive guide on how to install and set up the Wikispace Clone on your local machine or server.
  • Deployment Model: Detailed documentation on the deployment model of the Wikispace Clone
  • User Manual: A user-friendly manual that covers all the features and functionalities of the Wikispace Clone, helping users to get the most out of the platform.

New Features Added for Wikispace

  • Real-Time Editing: Collaborate on documents in real-time with multiple users.

Git Strategy

We use feature branching, so please follow the steps:

  1. Create a new branch (git checkout -b feature/your-feature-name).
  2. Commit your changes (git commit -m 'Add some feature').
  3. Push to the branch (git push origin feature/your-feature-name).
  4. Create a new Pull Request.

Please ensure your code adheres to our coding standards and includes appropriate tests.

COS 730

Tiyego Emito Khoza (u20665777)

About


Languages

Language:TypeScript 77.2%Language:HTML 17.9%Language:CSS 2.6%Language:JavaScript 2.3%