Skip to content

Commit

Permalink
README for project_intermediate
Browse files Browse the repository at this point in the history
  • Loading branch information
Srutay authored Sep 28, 2024
1 parent 4997f6f commit 2608ba1
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions projects_intermediate/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@

# Intermediate Projects🚀

<a href="https://github.com/Spectrum-CETB/Hacktober-Fest-2024/tree/main/projects_intermediate"><img src="https://img.shields.io/badge/Projects%20-Intermediate-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 **intermediate level projects**. If you want to work on advanced level projects then navigate to [projects_Advanced](https://github.com/Spectrum-CETB/Hacktober-Fest-2024/tree/main/projects_advanced) 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/Hacktober-Fest-2024/tree/main/projects_intermediate/AI_ML) | `Python` | AM |
| 2 | [APP DEVELOPMENT](https://github.com/Spectrum-CETB/Hacktober-Fest-2024/tree/main/projects_intermediate/APP_DEVELOPMENT) | `Kotlin`, `React-Native(javascript)`, `Flutter(dart)`, `Java` | AD |
| 3 | [UI & UX](https://github.com/Spectrum-CETB/Hacktober-Fest-2024/tree/main/projects_intermediate/UI_UX) | `Adobe XD`, `Figma` | UX |
| 4 | [WEB DEVELOPMENT](https://github.com/Spectrum-CETB/Hacktober-Fest-2024/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 contributing 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_Intermediate/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!😄**

0 comments on commit 2608ba1

Please sign in to comment.