Overview:
This product is a clone of the Bitrix24 website. It replicates all the functionalities of the original site, including the homepage, login/signup, feeds updates, tasks management (adding, deleting, and changing status), and calendar features. The product can be accessed through the deployed link: https://bitrix24in.netlify.app/.
Features:
- Login / Signup: Users can create an account or log in using their credentials.
- Google authentication: The product supports authentication through Google accounts.
- Feeds: Users can send feeds to all employees in the organization.
- Task management: Users can add and manage tasks.
- Calendar: Users can add tasks to the calendar for easy organization and scheduling.
Installation:
To install the clone of Bitrix24, you can follow these steps:
Clone the repository from GitHub:
git clone <repository_url>Navigate to the cloned directory:
cd <cloned_directory>Install the necessary dependencies:
npm installStart the development server:
npm startAccess the product in your web browser at
http://localhost:3000.
Note: Make sure you have Node.js and npm installed on your machine before proceeding with the installation.
Summary:
The clone of Bitrix24 website aims to replicate all the essential features of the original site. From login/signup functionality to feeds updates, task management, and calendar features, the clone aims to provide a similar user experience. By following the installation guide, users can set up and explore this clone on their own local development environment.