Skip to content

Commit

Permalink
docs(readme): remove unfinished readme sections
Browse files Browse the repository at this point in the history
Apparently comments weren't being recognized as such by the GitHub md processor. I've gone ahead and
deleted the unfinished readme sections so they won't be visible.
  • Loading branch information
joekotvas committed Oct 22, 2023
1 parent 589a18d commit 10de2fe
Showing 1 changed file with 0 additions and 65 deletions.
65 changes: 0 additions & 65 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,6 @@ YumYumYes! is a beautiful, full-featured, responsive web app that interfaces wit
- [Screenshots](#screenshots)
- [Links](#links)

<!-->

- [Details](#my-process)
- [Organization](#organization)
- [Tools & Libraries](#built-with)
- [Design](#design)
- [What we Learned](#what-we-learned)
- [Continued Development](#continued-development)
- [Useful Resources](#useful-resources)
- [Authors](#authors)
- [Acknowledgments](#acknowledgments)
-->

## Overview

### The challenge
Expand Down Expand Up @@ -119,55 +106,3 @@ The app is built as a fully responsive web app compatible with all modern web br
- Live Site URL: [YumYumYes.com](https://yumyumyes.com)
- Source Code: [Github Repository](https://github.com/chingu-voyages/v46-tier2-team-19)
- Design Mockup: [YumYumYes Figma Mockup](https://www.figma.com/file/CbJFJOPY0r5EbEpRSNrx9b/YumYumYes-wireframe)
<!-->

## Our Process

### Tools & Libraries

- Semantic HTML5 markup
- Flexbox
- Mobile-first workflow
- [Tailwind](https://tailwindcss.com/) Tailwind CSS
- [React](https://reactjs.org/) - JS library
- [Vite](https://vitejs.dev/) - React framework
- [React Router](https://reactrouter.com/) - Routing
- [React Query](https://react-query.tanstack.com/) - Data fetching

### What We Learned

We can use this section recap some of our primary takeaways from this project. We might write as a group, or we might add sections for each author.

```html
<h1>Some HTML code I'm proud of</h1>
```

```css
.proud-of-this-css {
color: papayawhip;
}
```

```js
const proudOfThisFunc = () => {
console.log("🎉");
};
```

### Continued development

We can use this section to outline areas that we want to continue focusing on in future projects. These could be concepts we're still not completely comfortable with or techniques we found useful that you want to refine and perfect.

### Useful resources

- [Example resource 1](https://www.example.com) - This helped me for XYZ reason. I really liked this pattern and will use it going forward.
- [Example resource 2](https://www.example.com) - This is an amazing article which helped me finally understand XYZ. I'd recommend it to anyone still learning this concept.

## Authors

**[Joseph Kotvas](https://www.josephkotvas.com)**

## Acknowledgments

Here goes the shoutout to to Jim Medlock, Robestar, and all the other Chingus who have helped make this possible. Possibly others as well?
-->

0 comments on commit 10de2fe

Please sign in to comment.