Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zyx-0314/wd-template-project
This Repository is Template for future activities of WD and AWD
https://github.com/zyx-0314/wd-template-project
Last synced: 2 days ago
JSON representation
This Repository is Template for future activities of WD and AWD
- Host: GitHub
- URL: https://github.com/zyx-0314/wd-template-project
- Owner: zyx-0314
- License: gpl-3.0
- Created: 2024-04-24T00:35:39.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-22T05:08:07.000Z (2 months ago)
- Last Synced: 2024-11-22T06:18:31.518Z (2 months ago)
- Homepage:
- Size: 49.8 KB
- Stars: 51
- Watchers: 1
- Forks: 97
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
Short Description. (Optional)
![](https://visit-counter.vercel.app/counter.png?page=zyx-0314/WD-Template-Project)
[![wakatime](https://wakatime.com/badge/user/018dd99a-4985-4f98-8216-6ca6fe2ce0f8/project/63501637-9a31-42f0-960d-4d0ab47977f8.svg)](https://wakatime.com/badge/user/018dd99a-4985-4f98-8216-6ca6fe2ce0f8/project/63501637-9a31-42f0-960d-4d0ab47977f8)
---
Table of Contents
---
## Overview
Description of the project in details.
Guiding Question:
- What is the project
- Whats the purpose
- What are key components
- What technology used and how it is used### Key Components
- MultiPage Website/Single Page Website
- Parallax transition
- Transactional### Technology
![HTML](https://img.shields.io/badge/HTML-E34F26?style=for-the-badge&logo=html5&logoColor=white)
![CSS](https://img.shields.io/badge/CSS-1572B6?style=for-the-badge&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=white)## Rules, Practices and Principles
1. Always use `WD-` in the front of the Title of the Project for the Subject followed by your custom naming.
2. Do not rename any .html files; always use `index.html` as the filename.
3. Place Files in their respective folders.
4. All file naming are in camel case.
- Camel case is naming format where there is no white space in separation of each words, the first word is in all lower case while the succeding words first letter are in upper followed by lower cased letters.
- ex.: buttonAnimatedStyle.css
5. Use only `External CSS`.
6. Renaming of Pages folder names are a must, and relates to what it is doing or data it holding.
7. File Structure to follow below.```
WD-ProjectName
└─ assets
| └─ css
| | └─ style.css
| └─ img
| | └─ fileWith.jpeg/.jpg/.webp/.png
| └─ js
| └─ script.js
└─ pages
| └─ pageName
| └─ assets
| | └─ css
| | | └─ style.css
| | └─ img
| | | └─ fileWith.jpeg/.jpg/.webp/.png
| | └─ js
| | └─ script.js
| └─ index.html
└─ index.html
└─ readme.md
```## Resources
| Title | Purpose | Link |
|-|-|-|
| Sample Title | Sample purpose would be here like this and this is the example of what it is. | trykolang.com |