Version 3.0 with Hosting on GitHub Pages #215
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Version 3.0 Pull Request
This pull request introduces several improvements and features to the project. The changes are aimed at improving the code structure, maintainability, and overall functionality. Below is a summary of the updates included in this version:
General Refactor
pages
directory to better organize components.styles.css
into individual CSS files for each component or page.Code Climate Integration
GitHub Actions
lcov
format and upload coverage data after each test run.@babel/plugin-proposal-private-property-in-object
.GitHub Pages Changes
404.html
file to handle routing issues on GitHub Pages.index.html
to fix single-page application routing problems.Unit Tests
App.js
to ensure code reliability.Contact Page
Documentation
README
file with more detailed setup instructions.These changes significantly enhance the maintainability and functionality of the project, ensuring a better experience for both developers and users.