Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EphraimElgrabli authored Apr 3, 2024
1 parent aa0791c commit 64d25ac
Showing 1 changed file with 169 additions and 48 deletions.
217 changes: 169 additions & 48 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,66 +1,187 @@
# קורס מיני פרוייקט
### מאת: אפרים ומאור
<a name="readme-top"></a>
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]

<br />
<div align="center">
<a href="https://github.com/othneildrew/Best-README-Template">
<img src="images/logo.png" alt="Logo" width="80" height="80">
</a>

<h3 align="center">WedPlan 👰🤵</h3>

<p align="center">
An awesome README template to jumpstart your projects!
<br />
<a href="https://github.com/othneildrew/Best-README-Template"><strong>Explore the docs »</strong></a>
<br />
<br />
<a href="https://github.com/othneildrew/Best-README-Template">View Demo</a>
·
<a href="https://github.com/othneildrew/Best-README-Template/issues/new?labels=bug&template=bug-report---.md">Report Bug</a>
·
<a href="https://github.com/othneildrew/Best-README-Template/issues/new?labels=enhancement&template=feature-request---.md">Request Feature</a>
</p>
</div>


<details>
<summary>Table of Contents</summary>
<ol>
<li>
<a href="#about-the-project">About The Project</a>
<ul>
<li><a href="#built-with">Built With</a></li>
</ul>
</li>
<li>
<a href="#getting-started">Getting Started</a>
<ul>
<li><a href="#prerequisites">Prerequisites</a></li>
<li><a href="#installation">Installation</a></li>
</ul>
</li>
<li><a href="#usage">Usage</a></li>
<li><a href="#roadmap">Roadmap</a></li>
<li><a href="#contributing">Contributing</a></li>
<li><a href="#license">License</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#acknowledgments">Acknowledgments</a></li>
</ol>
</details>

Welcome to Your Dream Wedding Planner!

Congratulations on your upcoming wedding! Planning your special day should be an exciting journey, not a stressful one. That's where **Your Dream Wedding Planner** comes in.

## About
<!-- ABOUT THE PROJECT -->
## About The Project

Your Dream Wedding Planner is a comprehensive web application designed to simplify and enhance the wedding planning process. Whether you're a newly engaged couple embarking on this adventure together or a seasoned wedding planner helping others create their dream day, this app has everything you need to plan, organize, and execute a flawless wedding.
[![Product Name Screen Shot][product-screenshot]](https://example.com)

## Features
WedPlan is an innovative program designed to help you manage your upcoming wedding with ease and efficiency. Say goodbye to the stress and chaos of wedding planning and hello to a streamlined, organized experience! 🎉

- **Effortless Guest Management:** Seamlessly manage your guest list, track RSVPs, and communicate with your guests in real-time.
- **Budget Bliss:** Keep your finances in check with our intuitive budget tracker, ensuring you stay on track without sacrificing your dream wedding.
- **Vendor Wonderland:** Easily organize and keep track of all your vendors, contracts, and payments in one convenient location.
- **Task Mastery:** Assign and manage tasks to your wedding party, ensuring nothing falls through the cracks.
- **Seating Serenity:** Design and manage your seating arrangements with ease, ensuring every guest feels welcome and comfortable.
- **Timeline Tamer:** Plan and visualize the timeline of events for your big day, ensuring everything runs smoothly from start to finish.
- **Memory Lane:** Collect and share photos with your loved ones, creating lasting memories of your magical day.
## Features ✨
* Task Assignment: Assign tasks to your friends and family members, making sure everyone is involved and knows their responsibilities. 📋👥
* Budget Tracking: Keep a close eye on your wedding budget and expenses, ensuring you stay within your financial limits. 💸📊
* WhatsApp-based RSVP (coming soon): Allow your guests to easily RSVP via WhatsApp, making the process convenient and accessible for everyone. 📱✅
* Auto Table Management (coming soon): Let WedPlan handle the seating arrangements for your reception, taking the hassle out of table planning. 🍽️🪑
* Guest Management (coming soon): Keep track of your guest list, dietary requirements, and other important information in one centralized location. 👥📝

<p align="right">(<a href="#readme-top">back to top</a>)</p>


## Stage 0
- [x] completed.

## Stage 1
- [x] completed. test.
### Built With

## Stage 2
- [x] Ch 1: Creating an ICrud.
- [x] Ch 2: Implementing DalApi with ICrud.
- [x] Ch 3: Creating IDal.
- [x] Ch 4: Implementing DalList for finishing IDal.
- [x] Ch 5: Updating to internal.
- [x] Ch 6: Updating the initlaztion in DalList.
- [x] Ch 7: Updating the main program of DalTest.
- [x] Ch 8: Updating the CRUD to work with Linq.
- [x] Ch 9: Updateing the readall function to return a list of object using a specific filter
- [x] Ch 10: Adding a new readfunction that will return object based on a filter.
- [x] Ch 11: Adding exceptions to the entire program.
- [x] Ch 12: Making sure that we didnt broke anything and creating a tag.
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

## Stage 3
- [x] Ch 1: Creating a new project named DalXml in Class Library type.
- [x] Ch 2: Creating a configuration files that will used as the database for the project in a library called "xml".
- [x] Ch 3: Creating a config class.
- [x] Ch 4: Implemelmentig the XmlTools file into the project.
- [x] Ch 5: IMplamnting the data access classes in the project DalXml
- [x] Ch 6: Creating a new class named DalXml that will implemnt IDal
- [x] Ch 7: Testing the entire project and the database layer using DalTest.
- [x] Ch 8: Making sure that we didnt broke anything and creating a tag.
* [![Next][Next.js]][Next-url]
* [![React][React.js]][React-url]
* [![Vue][Vue.js]][Vue-url]
* [![Angular][Angular.io]][Angular-url]
* [![Svelte][Svelte.dev]][Svelte-url]
* [![Laravel][Laravel.com]][Laravel-url]
* [![Bootstrap][Bootstrap.com]][Bootstrap-url]
* [![JQuery][JQuery.com]][JQuery-url]

<p align="right">(<a href="#readme-top">back to top</a>)</p>

## Stage 4
- [x] completed. test.

## Stage 5
- [x] completed. test.

## Stage 6
- [x] completed. test.


<!-- GETTING STARTED -->
## Getting Started

This is an example of how you may give instructions on setting up your project locally.
To get a local copy up and running follow these simple example steps.

### Prerequisites

This is an example of how to list things you need to use the software and how to install them.
* npm
```sh
npm install npm@latest -g
```

### Download 📥

To download WedPlan, simply visit the Releases section of this repository and download the latest version. 🎁

<p align="right">(<a href="#readme-top">back to top</a>)</p>


<!-- ROADMAP -->
## Roadmap

- [x] Building the Base of the project
- [x] Creating a nice GUI to the project.
- [ ] Guests and table auto managment
- [ ] Whatsapp-Based RSVP wtih a js server
- [ ] Multi-language Support
- [ ] Hebrew
- [ ] French

See the [open issues](https://github.com/EphraimElgrabli/dotNet5784_1981_1074/issues) for a full list of proposed features (and known issues).

<p align="right">(<a href="#readme-top">back to top</a>)</p>



<!-- CONTRIBUTING -->
## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## License
Distributed under the MIT License. See `LICENSE.txt` for more information.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
## Made By:
WedPlan is a university project created by Ephraim Elgrabli and Maor Levi. It was developed as part of their coursework and showcases their skills in C# programming, WPF development, and software engineering principles. 🎓
We hope that WedPlan will make your wedding planning experience more enjoyable and less stressful. Happy planning! 🥂✨
<!-- ACKNOWLEDGMENTS -->
## Acknowledgments
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!

* [Img Shields](https://shields.io)
* [GitHub Pages](https://pages.github.com)
* [Font Awesome](https://fontawesome.com)
* [React Icons](https://react-icons.github.io/react-icons/search)

<p align="right">(<a href="#readme-top">back to top</a>)</p>



<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
[contributors-shield]: https://img.shields.io/github/contributors/othneildrew/Best-README-Template.svg?style=for-the-badge
[contributors-url]: https://github.com/EphraimElgrabli/dotNet5784_1981_1074/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/othneildrew/Best-README-Template.svg?style=for-the-badge
[forks-url]: https://github.com/EphraimElgrabli/dotNet5784_1981_1074/network/members
[stars-shield]: https://img.shields.io/github/stars/othneildrew/Best-README-Template.svg?style=for-the-badge
[stars-url]: https://github.com/EphraimElgrabli/dotNet5784_1981_1074/stargazers
[issues-shield]: https://img.shields.io/github/issues/othneildrew/Best-README-Template.svg?style=for-the-badge
[issues-url]: https://github.com/EphraimElgrabli/dotNet5784_1981_1074/issues
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/מאור-לוי-198988275/
[linkedin-url2]: https://www.linkedin.com/in/ephraim-g-elgrabli-43810422a/
[product-screenshot]: images/screenshot.png

0 comments on commit 64d25ac

Please sign in to comment.