Skip to content

Hello Everyone, We are making this project to Explore the World of Web Development and enhance our skills by making this Project. Any kind of Suggestions, Issues, and PR are most welcomed.

Notifications You must be signed in to change notification settings

server-geeks/Takeaway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Takeaway

To access this project click here

NOTE: This project is currently under development project. Initially we have started making Front-End using HTML & CSS. Later we are planning to add JavaScript, React and even link to some Database making it a Full-Stack Development Project.

We aim in making the most clear and pretty UI for this project.

TECH STACK USED

HTML CSS javascript

HOW TO CONTRIBUTE ? 👷

1. Fork this repository.

2. Clone the forked repository.

git clone https://github.com/server-geeks/Takeaway.git

3. Navigate to the project directory.

cd Takeaway

4. Add a reference(remote) to the original repository.

git remote add upstream https://github.com/server-geeks/Takeaway

5. Check the remotes for this repository.

git remote -v

6. Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository).

git pull upstream main

7. MAKE NECESSARY CHANGES IN THE PROJECT TO EDIT IT

8. Create a new branch.

git checkout -b <your_branch_name>

9. Add & Commit your changes.

  git add .
  git commit -m "<your_commit_message>"

10. Push your local branch to the remote repository.

git push -u origin <your_branch_name>

11. Create a Pull Request!

Congratulations! Sit and relax till we review your PR, you've made your contribution to (https://github.com/server-geeks/Takeaway) project



Project Maintainers ⚙


Kanishk Chhabra
Linkedin  Github

Mayank Goel
Linkedin  Github

Kushagra Jain
Linkedin  Github

About

Hello Everyone, We are making this project to Explore the World of Web Development and enhance our skills by making this Project. Any kind of Suggestions, Issues, and PR are most welcomed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published