Clarify - A React-based Career Guidance and Mentorship Application
Welcome to Clarify! This application is designed to provide users with AI-driven career guidance, mentorship opportunities and a platform to explore various professions. The project is built using React, integrating powerful feature such as an enhanced AI chat, streamlined user registration, and an improved mentor-mentee matching algorithm.
Deployed Site: Live Site
Final Project Blog Article: Project Blog
Author(s) LinkedIn:
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/MichaelOmoniyi/Clarify.git
-
Navigate to the project directory:
cd ./Clarify/clarify-app/
-
Install dependencies:
npm install
To start the development server and view the application, run the following command:
bash npm start
Visit http://localhost:3000 in your browser to explore the application
Contributions are welcome! If you'd like to contribute to Clarify, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and ensure the code passes any existing tests.
- Commit your changes with a descriptive commit message.
- Push your branch to your forked repository.
- Create a pull request with details about your changes