Welcome to the Frontend Wonders repository! We're excited to have you join us for Hacktoberfest 2024. This is a beginner-friendly project designed to help you kickstart your open-source journey and showcase your frontend skills. Let's create some frontend magic together! 🎉✨
Frontend Wonders is a collection of amazing frontend projects created by developers like you! Whether you're a beginner or an experienced coder, we welcome your creative frontend implementations. Share your CSS animations, JavaScript interactivity, responsive designs, or any frontend wonder you've created!
We welcome contributions from everyone! Here's how you can participate:
- Submit a CodePen Link: Create your frontend wonder on CodePen and share it with us.
- Create a New Folder: Add your project files directly to our repository.
For detailed instructions, please check out our CONTRIBUTING.md file.
We encourage you to use our issue template to submit your Frontend Wonder. This helps us track and review submissions efficiently. Here's the process:
-
Create an Issue:
- Go to the Issues tab of this repository.
- Click on "New Issue".
- Select the "Frontend Wonder Submission" template.
-
Fill in the Template:
- Provide a description of your Frontend Wonder.
- Include implementation details (CodePen link or folder structure).
- Add any preview images or additional context.
-
Submit the Issue:
- Once you've filled in all relevant details, submit the issue.
-
Create Your Pull Request:
- After submitting the issue, create your pull request with your Frontend Wonder.
- In your pull request description, reference the issue number (e.g., "Closes #123").
-
Review Process:
- The maintainers will review your submission.
- They may provide feedback or request changes.
- Once approved, your Frontend Wonder will be merged!
This process helps us keep track of submissions and ensures that each Frontend Wonder gets proper attention and feedback.
We value creativity and original work. Please ensure that your contributions are:
- Your own original creations: Do not copy or paste someone else's work without permission.
- Inspired, not duplicated: It's okay to be inspired by others, but make sure your work is uniquely yours.
- Properly attributed:
- If you use any third-party resources (e.g., images, fonts), make sure you have the right to use them and provide proper attribution.
- For recreations of non-open-source effects:
- Clearly state that it's a recreation in your submission.
- Provide a link to the original source or inspiration.
- Explain how your implementation differs or what you learned from the process.
Remember, the goal is to learn and showcase your skills. Plagiarism goes against the spirit of open-source and Hacktoberfest. Let's keep our community creative, respectful, and transparent!
-
Fork this repo (button on top)
-
Clone it to your local machine
git clone https://github.com/YourUsername/FrontendWonders.git
-
Navigate to the project directory
cd FrontendWonders -
Create a new branch
git checkout -b my-frontend-wonder
-
Make your changes and commit them
git add . git commit -m "Add my awesome frontend wonder"
-
Push your changes
git push origin my-frontend-wonder
-
Create a new pull request from your forked repository
- Responsive layouts
- CSS animations
- Interactive JavaScript components
- Creative use of HTML5 features
- Accessibility-focused designs
- Recreations of non-open-source effects you admire (with proper attribution)
- And any other frontend magic you can think of!
- Check out our issues for inspiration or to see what others are working on.
- Use our ISSUE_TEMPLATE.md to submit your ideas or ask for help.
To keep your fork up to date with the main repository:
git remote add upstream https://github.com/Build-In-Bharat/FrontendWonders.git
git fetch upstream
git merge upstream/mainPlease note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
This project is licensed under the MIT License - see the LICENSE file for details.
Happy coding, and let's make some original Frontend Wonders! 🎨💻🚀