Welcome to Last Chance Hacktoberfest 2024! π This repository was created for those who still want to participate in Hacktoberfest 2024 and contribute with exciting tasks in the areas of stocks, graphs, and data analytics. π
Hacktoberfest is a celebration of open source during the month of October. We aim to encourage and empower developers of all levels to contribute and learn through practical and fun tasks. Here you will have the chance to:
This repository is divided into three main categories:
Stocks
Graphs
Analytics
Each contribution should be made within its respective directory:
stocks/
for stock-related contributionsgraphs/
for graphical or data visualization tasksanalytics/
for data analysis tasksFor each contribution, create a sub-directory within the appropriate folder and include your code there, along with a README.md
file that explains what the contribution does, how to use it, and any necessary setup instructions.
/stocks/my-stock-analysis/
my_stock_analysis.py README.md
/graphs/interactive-graph-visualization/
graph_visualization.py README.md
/analytics/data-analysis-on-customer-dataset/
customer_analysis.ipynb README.md
Fork this repository.
Clone the repository to your local machine:
git clone https://github.com/bratergit/lastChanceHackertoberfest.git
Choose a task from the issues section or create your own.
Create a branch with the name of your task: git checkout -b my-task
Add your solution in the appropriate directory: stocks/, graphs/, or analytics/.
Push your changes and submit a pull request (PR): git push origin my-task
Open a PR on the original repository and wait for feedback.
π Contribution Guidelines
PR minimum size: Contributions should be meaningful. Small typo fixes or trivial changes will not count as valid Hacktoberfest PRs. Respect the code of conduct: Ensure the environment is inclusive and respectful. Check existing code: Before starting a new task, see if anyone is already working on something similar.
π Technologies Used This repository uses the following technologies:
Languages: Python, R, JavaScript Graphing Tools: Matplotlib, Plotly, D3.js Data Analysis Tools: Pandas, NumPy, SciPy Automation: GitHub Actions, Jenkins, CircleCI
π Beginner-Friendly Challenges
If youβre new to open-source contributions, donβt worry! We have simple tasks you can start with. Look for issues labeled good first issue.
π License This project is licensed under the MIT License. See the LICENSE file for more details.
Donβt miss your last chance to participate in Hacktoberfest 2024! Letβs learn, contribute, and have fun together. If you need any help, feel free to open an issue.
π» Happy Hacking! π»π