11 | Oh no! It seems like you've taken a wrong turn. 12 |
13 |14 | Don't worry, though! Navigate to homepage. 15 |
16 |5 | ProjectsHut is an open-source web application that empowers users to share and promote their projects with ease. Our platform provides a user-friendly interface for publishing projects and creating user profiles 6 | 7 | The main aim of ProjectsHut is to foster a collaborative community of creative individuals, where ideas grow and innovation flourishes. Whether you're a developer, designer, or simply someone passionate about projects, ProjectsHut provides an ideal platform to display your work and connect with others who share similar interests. 8 | 9 | > Here is an example of a Profile https://projectshut.vercel.app/projects/priyankarpal 10 | 11 |
12 | 13 |  14 | 15 | ## 💻 Tech Stack 16 | 17 | - [NextJs](https://nextjs.org) - Next.js is an open-source web development framework. 18 | - [Typescript](https://www.typescriptlang.org) - TypeScript is a free and open-source high-level programming language. 19 | - [TailwindCSS](https://tailwindcss.com) - Tailwind CSS is a utility-first CSS framework for rapidly building modern websites without ever leaving your HTML. 20 | 21 | ## 🚀 Quick start 22 | 23 | Contributions are welcome! If you have any ideas, suggestions, or bug fixes, please open an [issue](https://github.com/priyankarpal/ProjectsHut/issues/new/choose) or submit a pull request. Make sure to follow the project's code of conduct. 24 | 25 | > **Note**: If you are new to open source contributions, you can refer to [this](https://opensource.guide/how-to-contribute/) guide by GitHub. 26 | 27 | > **Warning**: Please do not spam the repository with unnecessary PRs. Make sure to follow the project's [Code of Conduct](https://github.com/priyankarpal/ProjectsHut/blob/main/CODE_OF_CONDUCT.md). 28 | 29 | - Go through the [CONTRIBUTING.md](https://github.com/priyankarpal/ProjectsHut/blob/main/contributing.md) file, where all the guidelines have been mentioned that will guide you to make your contribution. 30 | - Do check out the [project issue tracker](https://github.com/priyankarpal/ProjectsHut/issues) section. 31 | - We are using `pnpm` so please use `pnpm` 32 | 33 | ## 🤝 Our Contributors 34 | 35 |
51 |
52 | 142 | {user?.bio} 143 |
144 |194 | {project.title} 195 |
196 |197 | {project.description} 198 |
199 | 204 |216 | {tag} 217 |
218 | ))} 219 |237 | {" "} 238 | Share Your Profile 🎉 239 |
240 |246 | {steps} 247 | {text} 248 |
249 |369 | 370 | Yay! You have seen it all 371 | 372 |
373 | }> 374 | {(searchitem.length == 0 ? visibleProjects : searchitem).map( 375 | (project: NewProjectsType, index: number) => ( 376 |