-
Notifications
You must be signed in to change notification settings - Fork 2
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
Showing
1 changed file
with
65 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,65 @@ | ||
# Advanced Projects🚀 | ||
|
||
<a href="https://github.com/Spectrum-CETB/Hacktober-Fest-2024/tree/main/projects_advanced"><img src="https://img.shields.io/badge/Projects%20-Advanced-blue.svg"/></a> | ||
|
||
As the title above suggests this folder is for projects. So if you are completely new to programming you can navigate to [coding_freshmen](https://github.com/Spectrum-CETB/Hacktober-Fest-2024/tree/main/coding_freshmen) folder. This folder is for **advanced level projects**. If you want to work on intermediate level projects then navigate to [projects_intermediate](https://github.com/Spectrum-CETB/Hacktober-Fest-2024/tree/main/projects_intermediate) folder. | ||
|
||
### **This folder consist of folders of different domains related to software and hardware. You can find different domains in the list given below.** | ||
|
||
| SL No.| Domains | Languages( can be used ) | Abbreviation | | ||
| :---------------: | :---------------: | :---------------: | :---------------: | | ||
| 1 | [AI & ML](https://github.com/Spectrum-CETB/HacktoberFest-2023/tree/main/projects_Intermediate/AI_ML) | `Python` | AM | | ||
| 2 | [APP DEVELOPMENT](https://github.com/Spectrum-CETB/HacktoberFest-2023/tree/main/projects_Intermediate/APP_DEVELOPMENT) | `Kotlin`, `React-Native(javascript)`, `Flutter(dart)`, `Java` | AD | | ||
| 3 | [UI & UX](https://github.com/Spectrum-CETB/HacktoberFest-2023/tree/main/projects_Intermediate/UI_UX) | `Adobe XD`, `Figma` | UX | | ||
| 4 | [WEB DEVELOPMENT](https://github.com/Spectrum-CETB/HacktoberFest-2023/tree/main/projects_Intermediate/WEB_DEVELOPEMENT) | `HTML`, `CSS`, `Javascript`, `Any Javascript Framework or library`, `Java`, `Go`, `Ruby`, `Solidity`, `Rust` | WD | | ||
|
||
## Rules and Regulations📃 | ||
|
||
Follow all the rules and regulations given below otherwise your pull request will be made invalid. | ||
|
||
* Push your projects folder to the particular domain folder. | ||
* Name your folder according to format. ( `projectName_Your-Full-Name` example: todo_John-Doe ). | ||
* Multiple submissions of same project is not allowed. | ||
* Give a brief description about the project in the pull request. | ||
* Add a `README.md` file to your project with the following format: | ||
*The `README.md` format given below is a generalised one please follow the README Template for particular tech stack and domain. To navigate to the page [click here](https://github.com/Spectrum-CETB/HacktoberFest-2023/issues?q=is%3Aissue+is%3Aopen+label%3A%22readme+template%22)👈.* | ||
|
||
```markdown | ||
|
||
# <Title of the Project> | ||
|
||
// Tags or badges for the Project if any. Can refer to https://forthebadge.com/ for creating a badge. | ||
// Must add Project type badge(a can be example found in the projects folder README.md file). | ||
|
||
## Tech Stack | ||
// Can add badges of tech stack or can simply add them using `language` | ||
|
||
## Description | ||
// Give a brief description of about the project and your approach in this section. | ||
// Also state that if this project idea is from the list of ideas mentioned in the domainProjects.md file. | ||
|
||
## Project Link | ||
// For AI and ML you can host it in kaggle( https://www.kaggle.com/ ) and provide the link in this section. | ||
// For App Development projects build your app and create an .apk file of your application and upload it to a folder in google drive. Folder name must follow the naming format. Provide the link of folder in this section. | ||
// For Hardware Development projects | ||
// For Python Development projects | ||
// For Web Development projects we recommend you to host it in GitHub Pages. But if you are host it in other platforms(like hostinger, netlify, etc) then provide the link in this section. | ||
|
||
# Project Demo View | ||
// This section is not mandatory. | ||
// In this section you can add screenshot and videos of your working project. | ||
|
||
# Contributors | ||
// This section is not mandatory. Add contributors GitHub Profile Link with their full names if this is a group project. | ||
|
||
# Contributing Guidelines | ||
// This section is not mandatory. But this would help other contributors to make contribution to your project. Different tech stack might different contributing guidelines | ||
|
||
|
||
``` | ||
|
||
### **If you don't have any idea about what projects to start with or to have an idea about what kind of projects are acceptable for this folder then [click here](https://github.com/Spectrum-CETB/HacktoberFest-2023/blob/main/projects_advanced/PROJECT_DOMAIN.md).** | ||
|
||
**Please go through the [README.md](https://github.com/Spectrum-CETB/Hacktober-Fest-2024/blob/main/README.md) and [CONTRIBUTING.md](https://github.com/Spectrum-CETB/Hacktober-Fest-2024/blob/main/CONTRIBUTING.md) before starting to contribute.** | ||
|
||
**Happy Coding!😄** |