-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ccfe4d6
commit 8a55ce1
Showing
1 changed file
with
58 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,68 @@ | ||
# CodeHarborHub | ||
# Ajay Dhangar's Portfolio | ||
|
||
Welcome to CodeHarborHub - Your Gateway to Web Development Excellence! | ||
## Overview | ||
|
||
## About | ||
Welcome to my portfolio website! I'm Ajay, an aspiring Full Stack Developer with a passion for building clean, efficient, and scalable solutions. This site showcases my skills, projects, and experiences, all crafted using modern technologies like React.js, TypeScript (TSX), MDX, and Docusaurus. | ||
|
||
CodeHarborHub is a dynamic platform dedicated to empowering developers, enthusiasts, and learners on their journey to mastering web development. This hub serves as a central point for a variety of educational resources, including tutorials, courses, showcases, and much more. | ||
## About Me | ||
|
||
**Seeking Full Stack Development Opportunities** | ||
|
||
Hi! I'm Ajay, a software engineer specializing in the MERN stack (MongoDB, Express.js, React.js, Node.js). I thrive on solving complex problems and turning ideas into real-world solutions. My approach is driven by curiosity and collaboration, and I always aim to write code that is clean, maintainable, and efficient. | ||
|
||
## Technologies Used | ||
|
||
This portfolio website was built using the following technologies: | ||
|
||
- **React.js**: A JavaScript library for building user interfaces. | ||
- **TypeScript (TSX)**: A typed superset of JavaScript that adds static types to your code, helping you catch errors early. | ||
- **MDX**: A format that lets you seamlessly write JSX in your Markdown documents. | ||
- **Docusaurus**: A static site generator that makes it easy to build, deploy, and maintain a website. | ||
|
||
## Features | ||
|
||
- **In-Depth Tutorials**: Dive into comprehensive tutorials covering a wide range of web development topics. | ||
- **Courses for Mastery**: Enroll in structured courses designed to take your skills to the next level. | ||
- **Inspiring Showcases**: Explore inspiring showcases of real-world projects and innovative web solutions. | ||
- **Engaging Community**: Connect with a vibrant community of developers, share knowledge, and collaborate on projects. | ||
- **Responsive Design**: The website is fully responsive and optimized for all devices, ensuring a seamless experience whether you're on a desktop, tablet, or mobile. | ||
- **Dynamic Content**: Leveraging MDX, the content is dynamic and easy to update, making it simple to keep the site current with the latest information and projects. | ||
- **Modern UI/UX**: A sleek, modern design that is both visually appealing and user-friendly. | ||
- **Optimized Performance**: The site is built with performance in mind, ensuring fast load times and a smooth browsing experience. | ||
|
||
## Getting Started | ||
## How to Run Locally | ||
|
||
1. Clone the repository: `git clone https://github.com/Ajay-Dhangar/code-harbor-hub.git` | ||
2. Explore the content and resources available in the various directories. | ||
If you'd like to run this project locally, follow these steps: | ||
|
||
## Contribution Guidelines | ||
1. **Clone the repository**: | ||
```bash | ||
git clone https://github.com/Ajay-Dhangar/ajay-dhangar.github.io.git | ||
``` | ||
|
||
We welcome contributions! If you have valuable insights, tutorials, or want to enhance existing content, please check our [Contribution Guidelines](#). | ||
2. **Navigate to the project directory**: | ||
```bash | ||
cd ajay-dhangar.github.io | ||
``` | ||
|
||
## Join Our Community | ||
3. **Install dependencies**: | ||
```bash | ||
npm install | ||
``` | ||
|
||
Get involved, ask questions, and share your expertise. Join our community on [Discord](https://discord.gg/c53FQn3pRv) and let's learn and grow together! | ||
4. **Start the development server**: | ||
```bash | ||
npm start | ||
``` | ||
|
||
## License | ||
5. **Open your browser and visit**: `http://localhost:3000` | ||
|
||
## Contributing | ||
|
||
Contributions are welcome! If you have any ideas for improvements or spot any issues, feel free to open an issue or submit a pull request. | ||
|
||
This project is licensed under the [MIT License](LICENSE) | ||
## Contact Me | ||
|
||
I'm always open to new opportunities and collaborations. If you'd like to get in touch, you can reach me through: | ||
|
||
- **LinkedIn**: [Ajay Dhangar](https://www.linkedin.com/in/ajay-dhangar/) | ||
- **GitHub**: [Ajay-Dhangar](https://github.com/Ajay-Dhangar) | ||
- **Email**: [[email protected]](mailto:[email protected]) | ||
|
||
## Connect with Us | ||
|
||
|
@@ -53,3 +87,10 @@ This project is licensed under the [MIT License](LICENSE) | |
> ``` | ||
> git config --global core.compression 0 | ||
> ``` | ||
|
||
|
||
Thank you for visiting my portfolio, and I hope you enjoy exploring my work! | ||
|
||
## License | ||
|
||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. |