Code Monkey home page Code Monkey logo

campfire's Introduction

Campfire

Collection of projects made for freeCodeCamp's curriculum.

Contents

Installation

Follow the steps below to make use of Campfire.

Clone this repository:

git clone https://github.com/airscripts/campfire.git

Usage

404

Resources

404

Contributing

Contributions and suggestions about how to improve this project are welcome! Please follow our contribution guidelines.

Support

If you want to support my work you can do it by following me, leaving a star, sharing my projects or also donating at the links below.
Choose what you find more suitable for you:

GitHub Sponsors ย  Kofi

License

This repository is licensed under GPL-3.0 License.

campfire's People

Contributors

airscripts avatar elgorditosalsero avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

guidopenta

campfire's Issues

Add Technical Documentation Page Project

Is your feature request related to a problem? Please describe.
As of now I have a repository for every project into freeCodeCamp's curriculum that I want into one single repository.

Describe the solution you'd like
Merge the related repository into campfire.

Describe alternatives you've considered
/

Additional context
/

Add Markdown Previewer Project

Is your feature request related to a problem? Please describe.
As of now I have a repository for every project into freeCodeCamp's curriculum that I want into one single repository.

Describe the solution you'd like
Merge the related repository into campfire.
The repository can be found here: https://github.com/Airscripts/fcc-markdown-previewer.

Describe alternatives you've considered
/

Additional context
How to do it correctly:

  1. Fork this project and then clone the repository on your machine;
  2. Run the following commands in sequence:
cd campfire
git pull origin main
git remote add -f project-name link-to-project
git switch -c new-branch-name
git merge project-name/main --allow-unrelated-histories
git rebase -i main
  1. Move the merged project into campfire/curriculum/front-end-development-libraries;
  2. Commit changes;
  3. Push and open pull request.

Add Random Quote Machine Project

Is your feature request related to a problem? Please describe.
As of now I have a repository for every project into freeCodeCamp's curriculum that I want into one single repository.

Describe the solution you'd like
Merge the related repository into campfire.
The repository can be found here: https://github.com/Airscripts/fcc-random-quote-machine.

Describe alternatives you've considered
/

Additional context
How to do it correctly:

  1. Fork this project and then clone the repository on your machine;
  2. Run the following commands in sequence:
cd campfire
git pull origin main
git remote add -f project-name link-to-project
git switch -c new-branch-name
git merge project-name/master --allow-unrelated-histories
git rebase -i main
  1. Move the merged project into campfire/curriculum/front-end-development-libraries;
  2. Commit changes;
  3. Push and open pull request.

Add Javascript Calculator Project

Is your feature request related to a problem? Please describe.
As of now I have a repository for every project into freeCodeCamp's curriculum that I want into one single repository.

Describe the solution you'd like
Merge the related repository into campfire.
The repository can be found here: https://github.com/Airscripts/fcc-javascript-calculator.

Describe alternatives you've considered
/

Additional context
How to do it correctly:

  1. Fork this project and then clone the repository on your machine;
  2. Run the following commands in sequence:
cd campfire
git pull origin main
git remote add -f project-name link-to-project
git switch -c new-branch-name
git merge project-name/master --allow-unrelated-histories
git rebase -i main
  1. Move the merged project into campfire/curriculum/front-end-development-libraries;
  2. Commit changes;
  3. Push and open pull request.

Add Tribute Page Project

Is your feature request related to a problem? Please describe.
As of now I have a repository for every project into freeCodeCamp's curriculum that I want into one single repository.

Describe the solution you'd like
Merge the related repository into campfire.

Describe alternatives you've considered
/

Additional context
/

Add Survey Form Project

Is your feature request related to a problem? Please describe.
As of now I have a repository for every project into freeCodeCamp's curriculum that I want into one single repository.

Describe the solution you'd like
Merge the related repository into campfire.

Describe alternatives you've considered
/

Additional context
/

Add Timestamp Microservice Project

Is your feature request related to a problem? Please describe.
As of now I have a repository for every project into freeCodeCamp's curriculum that I want into one single repository.

Describe the solution you'd like
Merge the related repository into campfire.

Describe alternatives you've considered
/

Additional context
/

Add Drum Machine Project

Is your feature request related to a problem? Please describe.
As of now I have a repository for every project into freeCodeCamp's curriculum that I want into one single repository.

Describe the solution you'd like
Merge the related repository into campfire.
The repository can be found here: https://github.com/Airscripts/fcc-drum-machine.

Describe alternatives you've considered
/

Additional context
How to do it correctly:

  1. Fork this project and then clone the repository on your machine;
  2. Run the following commands in sequence:
cd campfire
git pull origin main
git remote add -f project-name link-to-project
git switch -c new-branch-name
git merge project-name/master --allow-unrelated-histories
git rebase -i main
  1. Move the merged project into campfire/curriculum/front-end-development-libraries;
  2. Commit changes;
  3. Push and open pull request.

Add Palindrome Checker Project

Is your feature request related to a problem? Please describe.
As of now I have a repository for every project into freeCodeCamp's curriculum that I want into one single repository.

Describe the solution you'd like
Merge the related repository into campfire.

Describe alternatives you've considered
/

Additional context
/

Add Request Header Parser Microservice Project

Is your feature request related to a problem? Please describe.
As of now I have a repository for every project into freeCodeCamp's curriculum that I want into one single repository.

Describe the solution you'd like
Merge the related repository into campfire.

Describe alternatives you've considered
/

Additional context
/

Add Bar Chart Project

Is your feature request related to a problem? Please describe.
As of now I have a repository for every project into freeCodeCamp's curriculum that I want into one single repository.

Describe the solution you'd like
Merge the related repository into campfire.
The repository can be found here: https://github.com/Airscripts/fcc-bar-chart.

Describe alternatives you've considered
/

Additional context
How to do it correctly:

  1. Fork this project and then clone the repository on your machine;
  2. Run the following commands in sequence:
cd campfire
git pull origin main
git remote add -f project-name link-to-project
git switch -c new-branch-name
git merge project-name/master --allow-unrelated-histories
git rebase -i main
  1. Move the merged project into campfire/curriculum/data-visualization;
  2. Commit changes;
  3. Push and open pull request.

Add Roman Numeral Converter Project

Is your feature request related to a problem? Please describe.
As of now I have a repository for every project into freeCodeCamp's curriculum that I want into one single repository.

Describe the solution you'd like
Merge the related repository into campfire.

Describe alternatives you've considered
/

Additional context
/

Add Cash Register Project

Is your feature request related to a problem? Please describe.
As of now I have a repository for every project into freeCodeCamp's curriculum that I want into one single repository.

Describe the solution you'd like
Merge the related repository into campfire.

Describe alternatives you've considered
/

Additional context
/

Add Product Landing Page Project

Is your feature request related to a problem? Please describe.
As of now I have a repository for every project into freeCodeCamp's curriculum that I want into one single repository.

Describe the solution you'd like
Merge the related repository into campfire.

Describe alternatives you've considered
/

Additional context
/

Add Caesar Cipher Project

Is your feature request related to a problem? Please describe.
As of now I have a repository for every project into freeCodeCamp's curriculum that I want into one single repository.

Describe the solution you'd like
Merge the related repository into campfire.

Describe alternatives you've considered
/

Additional context
/

Add Telephone Number Validator Project

Is your feature request related to a problem? Please describe.
As of now I have a repository for every project into freeCodeCamp's curriculum that I want into one single repository.

Describe the solution you'd like
Merge the related repository into campfire.

Describe alternatives you've considered
/

Additional context
/

Add Clock Project

Is your feature request related to a problem? Please describe.
As of now I have a repository for every project into freeCodeCamp's curriculum that I want into one single repository.

Describe the solution you'd like
Merge the related repository into campfire.
The repository can be found here: https://github.com/Airscripts/fcc-clock.

Describe alternatives you've considered
/

Additional context
How to do it correctly:

  1. Fork this project and then clone the repository on your machine;
  2. Run the following commands in sequence:
cd campfire
git pull origin main
git remote add -f project-name link-to-project
git switch -c new-branch-name
git merge project-name/main --allow-unrelated-histories
git rebase -i main
  1. Move the merged project into campfire/curriculum/front-end-development-libraries;
  2. Commit changes;
  3. Push and open pull request.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.