https://github.com/rasif-sahl/php
https://github.com/rasif-sahl/php
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rasif-sahl/php
- Owner: rasif-sahl
- Created: 2022-06-07T10:35:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-28T06:11:35.000Z (over 1 year ago)
- Last Synced: 2025-02-13T14:50:09.673Z (4 months ago)
- Language: JavaScript
- Size: 126 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# php
Developers with a good php background now can help me to keep this tutorial up-to date with the content.
This website is developed to share content about php.
Folder | Contents
-------|---------
`src` | Front-end files
`src/assets` | images and other third party assets includes here.
`src/docs` | documentation and the markdown content. (individual tasks)
`src/js` | JS/JSX/TS/TSX files. Converted to JS (`public/js` folder) when building.
`src/js/Navigation` | Navigation menus related files are included here.
`src/js/Pages/Content` | All the tutorial files are included here.
`src/js/Pages/NewFeature` | File regarding new features in php are included here.
`src/js/ReusableComponents` | All the reusable component files are included here.
`src/js/App.jsx` | This files is the main file because this file is responsible for delivering the app.
`src/scss` | SCSS files. Converted to CSS (`public/css` folder) when building.
`src/scss/pages` | All the styles related to the elements of the tutorial section are included here.## Page Documentation
* [Reusable Code Related Docs.](src/docs/REUSABLECODE.md)
* [References Docs.](src/docs/REFERENCES.md)
* [New Knowledge Docs.](src/docs/KNOWLEDGE.md)## Requirments
* node version 16*
* npm install
* npm start