π£ Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the challenge and earn a limited edition rewards!π
π’ Register here for Hacktoberfest and make four pull requests (PRs) between October 1st-31st to get awesome rewards! π₯.
It's a React Component Library created by open-source enthusiasts during Hacktoberfest-2023!
This project aims to create a collection of reusable React components that developers can easily integrate into their applications.
Follow these steps to contribute and make your mark on Hacktoberfest 2023:
- Fork the repository
- Clone your forked repository:
git clone https://github.com/your-username/Hacktoberfest2023
- Navigate to the project directory:
cd Hacktoberfest2023
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Create a new branch for your contribution:
git checkout -b your-username
- Make your changes in the specific folder in
./src/Components
and commit them:
git commit -m "Added a Transparent Navbar"
- Push your changes to your fork:
git push origin your-username
- Create a Pull Request to the master repository! 1- Get your PR merged π
- Ensure that your component is well-documented and follows best practices.
- Use meaningful names for your components and keep the codebase clean and organized.
- Write clear and concise commit messages.
- Be kind and respectful to other contributors.
For more details read CONTRIBUTING GUIDELINES
Please review our CODE OF CONDUCT before contributing.
This project is licensed under the MIT License