Skip to content

Latest commit

 

History

History
60 lines (56 loc) · 1.77 KB

File metadata and controls

60 lines (56 loc) · 1.77 KB

NERDHIVE Frontend

Welcome to the NERDHIVE Frontend project! This repository contains the source code for the frontend of the DevConnect application, a platform designed to connect developers and facilitate collaboration. Table of Contents

Features:

User Authentication: Secure login and registration for users.
Profile Management: Users can create and manage their profiles.
Project Collaboration: Connect with other developers on projects.
Real-time Chat: Communicate with other users via chat functionality.(in progress...)

Technologies Used

This project is built using the following technologies:
React: A JavaScript library for building user interfaces.
Redux: For state management.
Axios: For making HTTP requests.
Bootstrap: For responsive design.

Installation: To get started with the NERDHIVE frontend, follow these steps: Clone the repository:

git clone https://github.com/procodz/DevConnect-frontend.git

Navigate to the project directory:

cd NERDHIVE-frontend

Install the required dependencies:

npm install

Start the development server:

npm start

Usage: Once the development server is running, you can access the application in your web browser at http://localhost:3000.

Contributing: We welcome contributions! If you would like to contribute to this project, please follow these steps: Fork the repository. Create a new branch for your feature or bug fix:

git checkout -b feature/YourFeatureName

Commit your changes:

git commit -m "Add some feature"

Push to your branch:

git push origin feature/YourFeatureName

Open a pull request. License This project is licensed under the MIT License - see the LICENSE file for details. Feel free to customize this README further based on specific details or features of your project!