Skip to content

Commit

Permalink
readme update + contents' updates
Browse files Browse the repository at this point in the history
  • Loading branch information
filipc30 committed Feb 3, 2024
1 parent 3f6ae8c commit 1e86b13
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,19 @@

<br/>

## Upcoming Updates
- update remix.run (to the latest stable, currently 2.3.1)

<br />

### About The Wochlife Stack
Wochlife Stack is a solid and lightweight FullStack Development Environment (with the Epic-Stack as a base foundation) built to be able to create high performance Web Applications such as Wochlife Accommodations.

### Base Stack & Decisions
To get a break from 'analysis paralysis' right from the start, I had decided to start with the already throughout tested Remix starting stack - The Epic Stack, developed by Kent C Dodds & the community. The Epic Stack is an opinionated project starter, open-source - under the MIT license. I'd used it as a starter stack to get solid selection of technologies and tools, and of-course, to ship faster. Even further on into advanced development phases, The Epic Stack is a great project reference to look up to and make better decisions in implementations. -me/fcablik

<br/>

### Used Fonts
Source Code Pro (Adobe - SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007)

Expand Down
2 changes: 1 addition & 1 deletion app/routes/projects+/accommodations-apps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function PortfolioFreelance() {
rel="noreferrer"
>
<Button variant="highlight-secondary">
Wochlife Accommodations
GitHub Wochlife Accommodations
</Button>
</a>
</div>
Expand Down
14 changes: 12 additions & 2 deletions app/routes/projects+/custom-apps.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { Button } from "#app/components/ui/button.tsx"

export default function PortfolioFreelance() {
return (
<div>
Expand All @@ -9,8 +11,16 @@ export default function PortfolioFreelance() {
{/* overflow-y-scroll */}
{/* custom apps content */}
<div className="mb-6">
<h5 className="mb-2 text-lg md:text-xl font-semibold capitalize">..Thanks for patience.</h5>
<div>Custom Apps content is getting ready..</div>
<p className="mb-4">I develop custom applications with my Wochlife Stack. Discover more in this applications' GitHub repository:</p>
<a
href="https://github.com/fcablik/wochlife.com"
target="_blank"
rel="noreferrer"
>
<Button variant="highlight-secondary">
GitHub wochlife.com
</Button>
</a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/routes/projects+/online-stores.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function PortfolioFreelance() {
rel="noreferrer"
>
<Button variant="highlight-secondary">
World Of Chaos ReactJS Shop App
GitHub ReactJS Shop App
</Button>
</a>
</div>
Expand Down

0 comments on commit 1e86b13

Please sign in to comment.