Skip to content

Commit

Permalink
modified hbnb
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleverest committed Feb 10, 2024
1 parent 375c67a commit 0531a1d
Show file tree
Hide file tree
Showing 93 changed files with 18,943 additions and 238 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.1-rtw.14] - 02/09/2024

### Changed
- Changed the website in the monorepo https://github.com/unclehowell/datro/tree/gh-pages/static/hbnb to React.js
- Implemented modern web design using React.js + Tailwind CSS

### Fixed
- Responsive issues and JavaScript errors that appeared on https://hbnb.datro.xyz/ were fixed.


## [0.0.1-rtw.13] - Q2/2022

### Added
Expand Down Expand Up @@ -251,5 +261,7 @@ Jul-24 - Updated Bloculus biz case draft in library and updated the sitemap.xml
- I installed the php extension imagick.so to the localmachine and php.ini file and it's throwing up an apache error with the demo
- But weirdly not the wordpress websites. I installed it to clear a wordpress health report error. All we know at this point.



[Unreleased]: https://github.com/unclehowell/hbnb/compare/v0.0.1-rtw.11...HEAD
[0.0.1-rtw.10]: https://github.com/unclehowell/hbnb/compare/v0.0.1-rc.10...v0.0.1-rtw.10
23 changes: 23 additions & 0 deletions static/hbnb/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
10 changes: 10 additions & 0 deletions static/hbnb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.1-rtw.14] - 02/09/2024

### Changed
- Changed the website in the monorepo https://github.com/unclehowell/datro/tree/gh-pages/static/hbnb to React.js
- Implemented modern web design using React.js + Tailwind CSS

### Fixed
- Responsive issues and JavaScript errors that appeared on https://hbnb.datro.xyz/ were fixed.


## [hbnb.03] - Q1/2022

### Added
Expand Down
64 changes: 0 additions & 64 deletions static/hbnb/css/style.css

This file was deleted.

165 changes: 0 additions & 165 deletions static/hbnb/index.html

This file was deleted.

Loading

0 comments on commit 0531a1d

Please sign in to comment.