Skip to content

Commit

Permalink
Merge pull request #64 from Meetjain1/patch-1
Browse files Browse the repository at this point in the history
Create LEARN.md
  • Loading branch information
Durgesh4993 authored May 27, 2024
2 parents 594b896 + c764221 commit c17455e
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions LEARN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
# Learn About Our Spaceship-escort ✈️ Project!

Welcome to our Spaceship-escort project repository! This project is officially accepted for GSSOC'2k24. 🌟 Below, you'll find detailed information about the project and resources to help you get started.

## Project Overview 🌈

**Spaceship Escort**: is a game where players protect spacecraft from threats in space. Players control escort ships, defend against attacks, and complete missions involving navigation, combat, and strategic decisions, developed using **HTML**, **CSS**, **JavaScript**, **Bootstrap** and **Jquery**.

## Tech Stack Used 🛠️

- **HTML**: The backbone of the webpage structure.
- **CSS**: Styling the webpage to make it visually appealing.
- **JavaScript**: Adding interactivity and dynamic content.
- **Bootstrap**: is a popular front-end framework for developing responsive and mobile-first websites.
- **Jquery**: is a fast, small, and feature-rich JavaScript library that simplifies HTML document traversal, event handling, and animation.

<hr>

## Resources to Learn 📚

Here are some resources to help you get started with the technologies used in this project:

- **HTML**
- [MDN Web Docs on HTML](https://developer.mozilla.org/en-US/docs/Web/HTML)
- [W3Schools HTML Tutorial](https://www.w3schools.com/html/)

- **CSS**
- [MDN Web Docs on CSS](https://developer.mozilla.org/en-US/docs/Web/CSS)
- [W3Schools CSS Tutorial](https://www.w3schools.com/css/)

- **JavaScript**
- [MDN Web Docs on JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
- [W3Schools JavaScript Tutorial](https://www.w3schools.com/js/)

- **Bootstrap**
- [Bootstrap Documentation](https://getbootstrap.com/docs/)

- **jQuery**
- [jQuery Documentation](https://api.jquery.com/)

<hr>

## Frequently Asked Questions (FAQ) ❓

### Who can contribute to this project?
Anyone with knowledge of HTML, CSS, Bootstrap, Jquery and JavaScript can contribute to this project. We welcome contributions from beginners and experienced developers alike.

### How can I test the project locally?
You can clone the repository to your local machine and open the `index.html` file in your web browser to see the project in action.

### Where can I find the project documentation?
The project documentation, including setup instructions and contribution guidelines, is available in the [README.md](./README.md) and [CONTRIBUTING_GUIDELINE.md](./.github/CONTRIBUTING_GUIDELINE.md) file.

### Who do I contact for help or questions?
If you have any questions or need assistance, you can contact the project maintainers through their provided contact details in [README.md](./README.md) file.

### How do I suggest new features for the project?
You can suggest new features by opening an issue in the repository. Please provide a clear description of the feature and its benefits.

### Are there any guidelines for coding standards?
Yes, we follow standard coding practices. Please ensure your code is clean, well-documented, and adheres to the style guide mentioned in the [CONTRIBUTING_GUIDELINE.md](.github/CONTRIBUTING_GUIDELINE.md).

### Can I report bugs and issues?
Absolutely! If you encounter any bugs or issues, please report them by opening an issue in the repository. Provide as much detail as possible to help us address the problem promptly.

<hr>

We hope these resources and FAQs help you get started with Our Spaceship-escort project. Happy coding! 🌟

0 comments on commit c17455e

Please sign in to comment.