A Comprehensive Solution for Efficiently Managing Projects, Facilitating Collaboration, and Tracking Progress in Real-Time.
- Project Management: Create, update, and track the status of projects.
- Collaboration: Streamline communication and collaboration between team members.
- Real-Time Updates: Stay up-to-date with project progress in real-time.
-
Vite -
Vite is a fast build tool for modern web development. It is used to bundle the frontend React application in this project. -
React -
React is a JavaScript library for building user interfaces. It is used to create dynamic components and manage the frontend of the project. -
Tailwind CSS -
Tailwind CSS is a utility-first CSS framework for styling. It is used to design responsive and visually appealing layouts for the project. -
Bootstrap -
Bootstrap is a popular front-end framework for developing responsive and mobile-first websites. It provides ready-to-use components and utilities for faster web development.
-
Apollo Client -
Apollo Client is a state management library used with GraphQL. It is used to manage the GraphQL API queries and mutations in the backend. -
GraphQL -
GraphQL is a query language for APIs. It is used in this project to structure data fetching from the server efficiently. -
Express -
Express is a minimal Node.js web application framework. It is used for handling routing, server-side logic, and API endpoints.
- Render -
Render is a cloud platform for deploying web applications. This project is hosted on Render for deployment and accessibility.
- Clone the repository:
git clone https://github.com/ShardenduMishra22/your-repo-name.git
- Navigate to the project directory:
cd your-repo-name
- Install dependencies:
npm install
- Run the development server:
npm run dev
Contributions, issues, and feature requests are welcome! Feel free to check the issues page if you want to contribute.