Skip to content

Commit

Permalink
Merge pull request #1 from leon-luna-ray/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
leon-luna-ray committed May 14, 2023
2 parents b60dd32 + 18becc3 commit 707b5b4
Show file tree
Hide file tree
Showing 11 changed files with 12,307 additions and 38,714 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

# production
/build
/dist

# misc
.DS_Store
Expand All @@ -21,3 +22,4 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.env
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This is a retro digital-pet app from the 90's! Feed your pet or take it outside!

[🚀 Launch!](https://leon-luna-ray.github.io/digital-pal/)
[🚀 https://digital-pal-rldev.netlify.app/](https://digital-pal-rldev.netlify.app/)

## Table of Contents

Expand All @@ -16,17 +16,19 @@ This is a retro digital-pet app from the 90's! Feed your pet or take it outside!
- [Contact](#contact)
- [Links](#links)

## Image

![Screenshot](./assets/digital-pal.png)

## Technologies

- React.js
- Vite.js
- Javascript
- HTML
- CSS
- Javascript
- React.js
- Bootstrap
- Netlify

## Image

![Screenshot](./assets/digital-pal.png)

## Known-Bugs

Expand Down Expand Up @@ -54,6 +56,6 @@ If you have any questions about the repo, open an issue or contact me directly a

## Links

- [Deployed Project](https://leon-luna-ray.github.io/digital-pal/)
- [Deployed Project](https://digital-pal-rldev.netlify.app/)

- [Project Repository](https://github.com/leon-luna-ray/digital-pal)
4 changes: 2 additions & 2 deletions public/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<title>Digital Pal</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<div id="app"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>

0 comments on commit 707b5b4

Please sign in to comment.