Skip to content

Commit

Permalink
Update solution + live URL in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Pensive1 committed Apr 2, 2024
1 parent a53ba40 commit 1dbfe6a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ Users should be able to:

### Links

- Solution URL: [Add solution URL here](https://your-solution-url.com)
- Live Site URL: [Add live site URL here](https://your-live-site-url.com)
- Solution URL: [GitHub](https://github.com/Pensive1/FEM-age-calculator-app)
- Live Site URL: [Preview](https://pensive1.github.io/FEM-age-calculator-app/)

## My process

Expand Down Expand Up @@ -136,6 +136,10 @@ Users should be able to:

On top of validating against bad inputs, it improves the user experience to prevent these characters from being entered.

#### Deployment (GitHub Pages)

I [learned how to deploy an automated vite app](https://vitejs.dev/guide/static-deploy) build using GitHub Actions and configuring `vite.config` accordingly. This was my first time working with GitHub Actions and would love to learn more things I could automate.

### Continued development

- Learn more React Typescript types through [Codevolution](https://youtube.com/playlist?list=PLC3y8-rFHvwi1AXijGTKM0BKtHzVC-LSK&si=f_JXJXh6i76_cj1-) and the [React TypeScript Cheatsheet](https://react-typescript-cheatsheet.netlify.app/)
Expand Down

0 comments on commit 1dbfe6a

Please sign in to comment.