Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abbhiishek/webners
Frontend Projects
https://github.com/abbhiishek/webners
backend beginner-friendly frontend hacktoberfest hacktoberfest2022 open-source webdevelopment website
Last synced: 2 months ago
JSON representation
Frontend Projects
- Host: GitHub
- URL: https://github.com/abbhiishek/webners
- Owner: Abbhiishek
- License: mit
- Created: 2022-09-30T03:23:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-26T04:31:42.000Z (about 2 years ago)
- Last Synced: 2024-05-02T03:32:56.783Z (9 months ago)
- Topics: backend, beginner-friendly, frontend, hacktoberfest, hacktoberfest2022, open-source, webdevelopment, website
- Language: CSS
- Homepage: https://webners.vercel.app
- Size: 18.4 MB
- Stars: 23
- Watchers: 0
- Forks: 19
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Webners
![Webners](https://socialify.git.ci/Abbhiishek/Webners/image?description=1&descriptionEditable=Frontend%20Projects%20and%20Resources%20&font=Raleway&forks=1&issues=1&logo=https%3A%2F%2Fpbs.twimg.com%2Fprofile_images%2F1567906020831150081%2FoJ7mKaaj_400x400.jpg&name=1&owner=1&pattern=Brick%20Wall&pulls=1&stargazers=1&theme=Dark)
**We are accepting all Kind of Web Projects and Resources to upskill our Developer Skills**
![GitHub labels](https://img.shields.io/github/labels/Abbhiishek/Webners/Hacktoberfest?style=for-the-badge)
![GitHub issues](https://img.shields.io/github/issues/Abbhiishek/Webners?style=for-the-badge)
![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/Abbhiishek/Webners?style=for-the-badge)## Hacktoberfest 2022 Update
**See full details and guidelines on**
* [Official website](https://hacktoberfest.digitalocean.com/)How to Contribute 🤔
You can contribute by adding new Web Projects, improving current projects or Documentation. We are also accepting resources which might help new developer upskill their developer Skills. Here are some Instructions before making a Pull Request
## Here are the steps to Make contribute 👣
- [x] Take a look at [Contributing Guide](https://github.com/Abbhiishek/Webners/blob/main/CONTRIBUTING.md) (Necessary)
- [x] Create an issue for making any change to code. when issue will be approve you can make a change.
- [x] Pull latest change from upstream branch before starting the changing code.
- [x] Add your file in proper folder(lowercase) with README.md in it. Add requirements.txt if needed.
- [x] Please use flake8 linting in your code (See below to check flake8 linting)> IMPORTANT **Note**
>
> **Pull Requests having no issue associated with them will not be accepted. Firstly get an issue assigned, whether it's already opened or raised by you, and then create a Pull Request.**## How to contribute to this project
* Add your name to the `CONTRIBUTORS.json` file
* Add a link to this project on your social mediaChoose one or all 3, make a pull request for your work and wait for it to be merged!
## Getting started
* Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
* Clone your fork down to your local machine```markdown
git clone https://github.com/Abbhiishek/Webners.git
```* Create a branch
```markdown
git checkout -b branch-name
```* Make your changes (choose from any task below)
* Commit and push```markdown
git add .
git commit -m 'Commit message'
git push origin branch-name
```* Create a new pull request from your forked repository (Click the `New Pull Request` button located at the top of your repo)
* Wait for your PR review and merge approval!
* __Star this repository__ if you had fun!## Complete all these tasks
### 1. Add your name
Add your name to the `CONTRIBUTORS.md` file using the below convention:```json
{
"id": 1,
"type": "github",
"username": "Abbhiishek",
"place": "Kolkata , WestBengal",
"bio": "Developer",
"github": "https://github.com/Abbhiishek",
"interests": [
"Web Development",
"App Development",
"Machine Learning"
],
"Projects": [
{
"id": 1,
"name": "Webners",
"description": "A website for developers",
"link": ""
}
],
"Academics": "B.Tech in Computer Science and Engineering",
"Skills": [
"Python",
],}
```### 2. Add Your `Project` in Contribution Folder
Create a `Your_Project_Name` folder to the `Contribution` directory. Use any combination of content and Markdown you'd like. Here is an example:
Include your project details in the `README.md` file in the `Your_Project_Name` folder in `Contribution` directory.
```markdown
# Your Project Name
Your Project Name### Description
Your Project Description
### Technologies Used
- HTML
- CSS
- JavaScript### Link
[Your Project Name](GitHub Link)
```Don't forget to include the comments as seen above. Feel free to include additional information about the language you choose in your comments too! Like a link to a helpful introduction or tutorial.
## BONUS!
* Checkout what other people have done and take inspiration ✨!