You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,15 @@
2
2
3
3
## 🚀 Overview
4
4
5
-
Welcome to **MindsMesh** — an innovative online platform designed for creatives, tech enthusiasts 💻, and developers 👩💻 to offer their skills and get in touch with employers. The platform features user authentication, profile management, skill offerings and a live chat system for seamless communication between employers and freelancers.
5
+
Welcome to MindsMesh — my ever-evolving personal project 🚀 where passion meets continuous learning! This innovative platform connects creatives, tech enthusiasts 💻, and developers 👩💻 with potential employers.
6
+
7
+
Built with React, NestJS, TypeScript, and modern cloud services, MindsMesh showcases my commitment to professional-grade development practices and architectural design. The platform features secure user authentication, dynamic profile management, skill showcasing, and a real-time chat system with file sharing capabilities.
8
+
9
+
Each feature of this project represents both a functional solution and a learning milestone in my development journey 🌱.
10
+
11
+
🧙♂️👨💻 **At the moment I am implementing the following:**
12
+
13
+
*** - AI feature that helps recommending relevant freelancers to logged in employer users based on their project requirements.***
6
14
7
15
<!-- a booking system, and a review system. Additionally, it includes an admin dashboard for managing users, skills, and bookings, providing a seamless experience for both users and administrators. -->
8
16
@@ -88,11 +96,9 @@ Welcome to **MindsMesh** — an innovative online platform designed for creative
88
96
-**SendGrid:** A cloud-based email delivery service for confirming user registrations, sending password reset emails.
89
97
-**Firebase Storage:** A cloud storage solution for image and document attachments in the chat system.
90
98
91
-
### 🎨 Frontend (React 19 RC / OBS: React 18 for the moment)
92
-
93
-
**🧙♂️👨💻 Upon it´s release I will be migrating this project to use React 19!**
99
+
### 🎨 Frontend
94
100
95
-
-**React 19 :** The latest upcoming version of the most popular front-end library, React, introducing several new features and improvements for building user interfaces. Some anticipated features include:
101
+
-**React 19 :** The latest version of the most popular front-end library, React, introducing several new features and improvements for building user interfaces. Some of the new features include:
96
102
-***Server Components:*** Enhances server-side rendering by allowing you to build components that run exclusively on the server, reducing the need for client-side JavaScript.
97
103
-***Concurrent Rendering Improvements:*** Better handling of asynchronous tasks, making UIs more responsive by allowing React to interrupt rendering and continue later when needed.
98
104
-***Simplified State Management:*** Improvements in the way React handles state, making it more intuitive and reducing the complexity of managing state across components.
@@ -102,7 +108,7 @@ Welcome to **MindsMesh** — an innovative online platform designed for creative
102
108
### 🗄️ Database
103
109
104
110
-**PostgreSQL:** Relational database management.
105
-
-**Redis (Optional):** Caching and session management.
0 commit comments