Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First commit with README.md and treasure.md #7

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 31 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,39 @@
# # Treasure Hunt
# Ayomide's Portfolio

Welcome to the Treasure Hunt repository! This project is a collaborative effort to decipher the clues and find the hidden treasures scattered across the ancient lands. Join us on this exciting adventure as we explore mysterious maps, decode ancient runes, and document our discoveries.
## Introduction
- My name is Aderotoye Ayomide, a 300 level Computer Science Student, a junior developer with 2-3 years of experience in HTML, CSS, JavaScript, ReactJS.

## Project Overview

### The Story
Long ago, a legendary pirate named Captain Blackbeard buried his treasure in secret locations around the world. Recently, an old map was discovered in a dusty attic, revealing clues to the hidden treasures. Our goal is to work together to follow these clues, decode the runes, and uncover the treasures.
This portfolio showcases my recent projects, and how skilled i am in web development.

### Objectives
- **Map Analysis**: Study the ancient map to identify potential locations of the hidden treasures.
- **Rune Decoding**: Decode the ancient runes that provide hints about the treasure locations.
- **Documentation**: Keep a detailed record of our findings and progress.

## Getting Started
## Projects
-Javascript quote generator
-React based Landing page

### Prerequisites
To participate in this treasure hunt, you'll need:
- A GitHub account
- Git installed on your computer
## Skills
- HTML, CSS, Javascript, Bootstrap, ReactJS.

## Education
- SSCE

## Experience
- Currently on SIWES industrial training

## Certifications
- Certificate of completion: Introduction to frontend development
-Certificate of completion: Introduction to reactjs


## Contact Information
- linked/ayomide-2910

## Portfolio Link
- Include a link to your online portfolio (if available).

## Additional Information
- Mention any other relevant information not covered above.

---

### How to Participate

1. **Clone the Repository**
```bash
git clone https://github.com/fadebowaley/treasurehunt.git
cd treasurehunt
1 change: 1 addition & 0 deletions manuscript.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"Ancient Manuscript - Version 3"
54 changes: 1 addition & 53 deletions treasure.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,62 +2,10 @@

## Introduction

Welcome to the GitHub Treasure Hunt exercise! You will be working in teams to complete a series of tasks using GitHub. Each team will submit their exercise on a separate branch. The teams are:
Welcome to the GitHub Treasure Hunt exercise! You will be working in teams to complete a series of tasks using GitHub. Each team will submit their exercise on a separate branch. You are in:

- Team Alpha
- Team Beta
- Team Charlie
- Team Delta

Each team should create a branch named after their team (e.g., `team-alpha`, `team-beta`, etc.) and submit their changes on that branch.

## Project 1: Initializing a Repository for a Treasure Hunt

### Scenario:
You have discovered a mysterious old map that leads to hidden treasures. To keep your findings organized and share them with your fellow adventurers, you need to create a GitHub repository.

### Challenge:
1. Clone the treasure hunt repository.
2. Create a README file with a brief description of the treasure hunt.
3. Commit the README file.
4. Push the changes to GitHub on your team's branch.

### Hint:
```
1. Clone the repository:
```bash
git clone https://github.com/fadebowaley/treasurehunt.git
```
2. Navigate to the repository directory:
```bash
cd treasurehunt
```
3. Create a branch named after your team (replace `<team-name>` with your team's name, e.g., `team-alpha`):
```bash
git checkout -b <team-name>
```
4. Create a README file:
```bash
echo "# Treasure Hunt" > README.md
```
5. Add the README file to staging:
```bash
git add README.md
```
6. Commit the file:
```bash
git commit -m "Initial commit with README"
```
7. Push the changes to GitHub on your team's branch:
```bash
git push origin <team-name>
```
```

## Project 2: Collaborating on a Secret Code

### Scenario:
You and your friends have discovered ancient runes and need to decode them together. To do this efficiently, you must collaborate on GitHub.

### Challenge:
1. Fork the treasure hunt repository.
Expand Down