Website-Template
Website-Template copied to clipboard
Website Template this repository is free for all. You can use this code for both personal & commercial use.
Website-Template
A free for all website template repository
Read in other languages:
Permissions
- You can use the templates for both personal and commercial use.
- You can not claim the templates. (Applicable to the use)
Templates
# | Template | Example |
---|---|---|
01 | 404 beating hearts | click here |
02 | 404 cat gang template | click here |
03 | 404 Error Pages v4 - Example 1 | click here |
04 | 404 Error Pages v4 - Example 2 | click here |
05 | 404 Error Pages v4 - Example 3 | click here |
06 | 404 Page | click here |
07 | 404 Page V2 | click here |
08 | 404 Page V3 | click here |
09 | 404_NotFound Page | unavailable |
10 | 500 Error Code template | click here |
11 | About Me Template | click here |
12 | Admin Dashboard - Darkmode | click here |
13 | Admin Dashboard - Lightmode | click here |
14 | ANALOG-CLOCK | click here |
15 | App landing page | click here |
16 | Bank Account | click here |
17 | Blog Project | unavailable |
18 | BOOKING TEMPLATE | click here |
19 | Calculator | click here |
20 | Carousel | click here |
21 | CaserCipher | click here |
22 | Christmas Card | click here |
23 | Comic book template | click here |
24 | Connection_timed_out | click here |
25 | Cool Login Page | click here |
26 | Countdown Timer | click here |
27 | css and java clock | click here |
28 | CSS CARD HOVERING EFFECT | click here |
29 | CSS Cards Template | click here |
30 | Dice Game challenge | click here |
31 | Domain Sell | click here |
32 | Drum Kit | click here |
33 | E-commerce React | unavailable |
34 | Edu-fun | click here |
35 | Expanding gallery cards | click here |
36 | Expense-tracker-react | unavailable |
37 | Express Template | unavailable |
38 | Firebase-auth | unavailable |
39 | Flappy bird | click here |
40 | Flexbox Templates - 1 | click here |
41 | Flexbox Templates - 2 | click here |
42 | Flexbox Templates - 3 | click here |
43 | Footer | click here |
44 | Form Wave Project | click here |
45 | Glassomorphism | click here |
46 | Google Homepage Clone | click here |
47 | Google Homepage Clone | click here |
48 | Gql-codegen | unavailable |
49 | Gradient-Generator | click here |
50 | Grid | click here |
51 | Grid Layout - bootstrap 1 | click here |
52 | Grid Layout - bootstrap 2 | click here |
53 | Grid Layout - bootstrap 3 | click here |
54 | Grid Layout using simple CSS | click here |
55 | HamBurgerPage | click here |
56 | Hangman Game | click here |
57 | infinite scroll | click here |
58 | Interactive Tabs | click here |
59 | Library_management | unavailable |
60 | LoadingAnimationButtonTemplate | click here |
61 | Login Page 1 | click here |
62 | Login Page 2 | click here |
63 | Login Page template | click here |
64 | Mansory Layout | click here |
65 | Medical Template | click here |
66 | Memory-Game | click here |
67 | Microsoft-clone | click here |
68 | Mole game | click here |
69 | MusicPlayer Template | click here |
70 | News Template 1 - Blog | click here |
71 | Nextjs-template | unavailable |
72 | NightMode | click here |
73 | Nxt-auth-boiler | unavailable |
74 | Parallax Design | click here |
75 | Payment Form | click here |
76 | Payment-Gateway - template | click here |
77 | Pizza Delicacies | click here |
78 | Playlist-carousel | click here |
79 | Portfolio | click here |
80 | Portfolio day-night toggle | click here |
81 | Price Template | click here |
82 | ProfileHover | click here |
83 | QR_CODE_GENERATOR | click here |
84 | QUIZ--APP | click here |
85 | Quiz-template-in-React | unavailable |
86 | Quote-site | click here |
87 | React-template | unavailable |
88 | Registration-login form | click here |
89 | Responsive NavBar Using TailwindCSS | click here |
90 | Responsive Navigation Bar using Bootstrap | click here |
91 | Responsive-Footer-Template | click here |
92 | Restaraunt Website | click here |
93 | Restaurant Template | click here |
94 | Restaurant Website 2 | click here |
95 | ROADMAP | click here |
96 | Rock Paper Scissor | click here |
97 | Rotating images | click here |
98 | Rotating sidebar | click here |
99 | Searchbar | click here |
100 | Sidebar and Navbar Mobile | click here |
101 | Sign up form | click here |
102 | Simple todo | click here |
103 | Socials Template | click here |
104 | StickyNavbar | click here |
105 | Student-Registeration-Form | click here |
106 | Template - 404 Page | click here |
107 | Template - ComingSoonTemplate | click here |
108 | Textutils | unavailable |
109 | Theme Clock | click here |
110 | Tic Tac Toe | click here |
111 | Tic Tac Toe Game Template | unavailable |
112 | Timeline Design | click here |
113 | Tip Calculator | click here |
114 | todos-list | unavailable |
115 | Travel Blog | click here |
116 | Tribute Page Template | click here |
117 | Video Landing Page With Search Bar in React | unavailable |
118 | Videoplayer | click here |
119 | Website Under construction | click here |
120 | Wikipedia_search | click here |
121 | 404 flower template | click here |
122 | 404 happy template | click here |
123 | 404 skull template | click here |
124 | BrickBreake | unavailable |
125 | Food Delivery | click here |
For Contributors
- Make sure that you own the full code & design yourself.
- By contributing, you are going to give others the permission to use 100% of your code.
Note
To keep the project organized and make it easier to navigate the templates, please don't forget to create a folder within the template with the example image and add the project link and the example link to the template table.
🎉 Getting Started
-
Fork this repository.
-
Clone your forked copy of the project.
git clone https://github.com/<your_user_name>/Website-Template.git
-
Navigate to project directory.
cd Website-Template
-
Add reference to original repository (remote).
git remote add upstream https://github.com/Diptenusarkar/Website-Template.git
-
Before making any changes in the repository, always fetch and pull from the upstream repository to keep your branch updated with the parent repository.
git pull upstream main
-
Create a new branch.
git checkout -b <your_branch_name>
-
Create Your template folder, Work on it.
Ex. "School Website"
-
Move your changes to the git staging area.
git add .
-
Commit your changes in staging area.
git commit -m "<relevant message>"
-
Push the committed changes in your local branch to your remote repo's branch.
git push -u origin <your_branch_name>
-
Make a pull request (PR). 🚀