Skip to content

elen-oz/the-dojo

Repository files navigation

The Dojo

Link to the project

Description

The Dojo is a collaborative project management tool that allows users to register, invite colleagues, and work together on projects. This application is built with React.js, CSS, and HTML, and uses Firebase for backend services.

Features

  • User Registration and Login: The application supports user registration and login using Firebase, ensuring a personalized experience for each user.
  • Avatar Image Upload: Users can upload their own image to be used as an avatar, adding a personal touch to their profile.
  • Project Creation and Management: Users can create new projects and manage them. They can also delete projects when they are completed.
  • Commenting: Users can comment on projects, facilitating discussion and collaboration.
  • Project Sorting: Projects can be sorted by categories, making it easy to manage and navigate through different types of projects.

Installation

Before you start, make sure you have Node.js and npm installed on your machine.

  1. Clone this repository to your local machine using https://github.com/elen-oz/the-dojo.git
  2. Navigate to the project directory: cd the-dojo
  3. Install all required dependencies with npm install

Usage

To run the application in development mode, use the command npm start. Open your browser and visit localhost:3000 to view the application.

To build the application for production, use the command npm run build. This will create a build folder with all the necessary files for deployment.

To deploy the application on Firebase, use the command firebase deploy. Make sure you have Firebase CLI installed and you're logged into Firebase.