Skip to content

This project is a simple web application that allows you to discover and explore coding recipes for various programming tasks.

Notifications You must be signed in to change notification settings

GDSC-PHCET/code-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding Recipe Book 📚

This repo is made for Non-Coders, but Coders can also contribute to make this repo better.

GDSC PHCET

Welcome to the Coding Recipe Book project, made for GDSC x Hacktoberfest 2023. This project is a simple web application that allows you to discover and explore coding recipes for various programming tasks.

We would like you to contribute in our project by adding your own recipes by modifying recipes.json file.

Features ✨

  • 🔍 Search and explore coding recipes easily
  • ✏️ Contribute your own coding recipes
  • 🌐 Modern and responsive user interface

Technologies Used

  • HTML
  • CSS
  • Javascript
  • Json

How to Contribute

Contributing to open-source projects is a great way to learn and give back to the community. Here are the steps to contribute to this project:

  1. Fork the Repository: Click the "Fork" button at the top right corner of this repository's page. This will create a copy of the project in your GitHub account.

  2. Clone the Repository: Open your terminal and run the following command to clone the repository to your local machine. Replace your-username with your GitHub username.

https://github.com/your-username/code-recipes.git 
  1. Create a New Branch: In your terminal, create a new branch for your changes. Here "branchname" is the name of your branch in your local machine, the branchname is preferred to be related to the issue you are solving.
cd code-recipes
git checkout -b branchname
  1. Make Changes: Make the necessary changes or contributions to the project.

  2. Check Status: To check the status of your changes, use the appropriate command for your version control system.

git status
  1. Add Changes: Add your changes to the staging area.
git add .

or

git add path\filename
  1. Commit Changes: Commit your changes with a descriptive commit message.
git commit -m "Commit message"
  1. Push Changes: Push your changes to your forked repository on GitHub.
git push origin branchname
  1. Create a Pull Request: Go to your forked repository on GitHub and create a new pull request. Choose the appropriate branches and describe your changes.

  2. Updating Your Branch: To keep your branch up to date with the latest changes from the original repository, use the appropriate command for your version control system.

git pull origin main
Great work! You've made a valuable contribution to our project. Your efforts are much appreciated. Keep up the good work! 🙌

About

This project is a simple web application that allows you to discover and explore coding recipes for various programming tasks.

Topics

Resources

Stars

Watchers

Forks