An open API service indexing awesome lists of open source software.

https://github.com/codeskills-dev/bootcamp-submissions

๐ŸŒŸWelcome to Codeskills. This is the official repo for bootcamp submissions. Join our vibrant community, learn, and code with confidence. Start your journey today! ๐Ÿ’ป
https://github.com/codeskills-dev/bootcamp-submissions

beginner-friendly codeskills web-development

Last synced: 8 months ago
JSON representation

๐ŸŒŸWelcome to Codeskills. This is the official repo for bootcamp submissions. Join our vibrant community, learn, and code with confidence. Start your journey today! ๐Ÿ’ป

Awesome Lists containing this project

README

          

# Welcome to Codeskills Bootcamp Submissions! ๐Ÿš€
![bootcamp-submissions](https://socialify.git.ci/codeskills-dev/bootcamp-submissions/image?forks=1&language=1&name=1&owner=1&pattern=Circuit%20Board&stargazers=1&theme=Auto)

Welcome to the Coding Bootcamp Submissions repository! This is where you'll submit your completed projects for review and feedback. Follow the steps below to contribute your work:

### Submission Process

- Fork the Starter Repo: If you haven't already, fork the [bootcamp-starter](https://github.com/codeskills-dev/bootcamp-starter) repository containing the project templates and resources.
- Clone your forked repository to your local machine.

```sh
git clone https://github.com/your-username/bootcamp-submissions.git
```

- Complete the Project: Work on one of the projects in your forked repository. Follow the project's instructions and guidelines provided.

- Create a Branch: Before making your submission, create a new branch in your forked repository for the project you're submitting. Use a clear and descriptive branch name.

```sh
git checkout -b project-1-submission
```

- Make Your Submission: Update the project submissions file with your submission details.
Example: For project-1 submission. Edit the [project-1.md](/submissions/project-1.md) file and add your submission details

```md
- [your-username](https://github.com/your-username) - [project-name](https://github.com/your-username/your-repo-name/tree/your-project-branch)
```

Replace your-username, your-repo-name, your-project-branch the link with your specific project details.

- Commit and Push: Commit your changes with a clear message and push them to your forked repository.

```sh
git add .
git commit -m "Add my [Project Name] submission"
git push origin project-1-submission
```

- Open a Pull Request: In this repository, create a new pull request from your project branch to the main branch. Make sure to provide a descriptive title and any additional context or comments.

- Review and Feedback: Our team will review your submission and provide feedback. If your project meets the completion criteria, it will be merged.

### Completion Criteria

To ensure your project meets the completion criteria, please review the specific requirements provided in the project instructions. Common criteria include functionality and code structure

### Keep Learning and Coding ๐Ÿš€

Congratulations on your submission! Keep up the great work, continue learning, and explore more projects. Our coding journey is an ongoing adventure, and every project brings new insights and skills.

### Community

Join our vibrant coding community at [Codeskills](https://codeskills.dev/join-community) and connect with fellow learners.

### Author

- Paul Ehikhuemen ([@pauloe_me](https://twitter.com/pauloe_me))

Happy coding! ๐ŸŒŸ