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! ๐ป
- Host: GitHub
- URL: https://github.com/codeskills-dev/bootcamp-submissions
- Owner: codeskills-dev
- Created: 2023-09-16T08:38:13.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T21:22:04.000Z (about 2 years ago)
- Last Synced: 2025-01-20T19:15:12.900Z (10 months ago)
- Topics: beginner-friendly, codeskills, web-development
- Homepage: https://codeskills.dev
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to Codeskills Bootcamp Submissions! ๐

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! ๐