Skip to content

Commit

Permalink
Y2024
Browse files Browse the repository at this point in the history
  • Loading branch information
vprtsingh committed Jun 27, 2024
1 parent 12303df commit 7b2070b
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 4 deletions.
47 changes: 44 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,8 @@ <h2 class="title">Create MERN App</h2>
</div>

<h2 class="title" style="margin-top: 50px;">App Boilerplates</h2>
<p>App boilerplates for building application.</p>
<p>App boilerplates provide ready-to-use templates for building applications, simplifying the setup
process and ensuring a consistent structure across projects.</p>
<!-- table -->
<table class="table table-dark">
<thead>
Expand Down Expand Up @@ -389,7 +390,8 @@ <h2 class="title" style="margin-top: 50px;">App Boilerplates</h2>
</table>

<h2 class="title" style="margin-top: 60px;">Library Boilerplates</h2>
<p>Library boilerplates for building npm package.</p>
<p>Library boilerplates offer pre-configured templates for creating npm packages, enabling efficient and
standardized development of reusable code libraries.</p>
<table class="table table-dark">
<thead>
<tr>
Expand Down Expand Up @@ -468,6 +470,45 @@ <h2 class="title" style="margin-top: 60px;">Library Boilerplates</h2>
</tbody>
</table>


<h2 class="title" style="margin-top: 60px;">Modules</h2>
<p>Discover a collection of sample projects, organized by technology, to help you quickly implement
specific features or functionalities in your applications.</p>
<table class="table table-dark">
<thead>
<tr>
<th scope="col">SN.</th>
<th scope="col">Modules</th>
<th scope="col">Download</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Stripe Subscription Module With NodeJS & ReactJS</td>
<td>
<a
href="https://github.com/mernjs/create-mern-app/raw/master/templates/library/javascript-library-boilerplate.zip">
<img alt="npm"
src="https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white">
</a>
</td>
</tr>
<tr>
<th scope="row">2</th>
<td>ReactJS Firebase Auth Module</td>
<td>
<a
href="https://github.com/mernjs/create-mern-app/raw/master/templates/library/reactjs-library-boilerplate.zip">
<img alt="npm"
src="https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white">
</a>
</td>
</tr>
</tbody>
</table>


</div>
</section>

Expand All @@ -478,7 +519,7 @@ <h2 class="title" style="margin-top: 60px;">Library Boilerplates</h2>
<footer>
<p class="copyright">
<b>©2021 Create MERN App</b>
<span style="margin-left: 60px;"><b>By: <a href="https://vijay-pratap-singh.netlify.app"
<span style="margin-left: 60px;"><b>By: <a href="https://www.linkedin.com/in/vprtsingh/"
target="_blank">Vijay
Pratap Singh</a></b></span>
</p>
Expand Down
2 changes: 1 addition & 1 deletion packages/create-mernjs-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Discover a collection of sample projects, organized by technology, to help you q

| SN. | Modules | Youtube | Download |
| ------ | ------ | ------ | ------ |
| 1 | [Stripe Subscription With NodeJS & ReactJS](#stripe) | [Watch Video](https://www.youtube.com/playlist?list=PLdb4nm44DkLqXikWu103FgL34iaKCrHs7) | [![Stripe Subscription](https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white "Stripe Subscription")](#stripe) |
| 1 | [Stripe Subscription Module With NodeJS & ReactJS](#stripe) | [Watch Video](https://www.youtube.com/playlist?list=PLdb4nm44DkLqXikWu103FgL34iaKCrHs7) | [![Stripe Subscription](https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white "Stripe Subscription")](#stripe) |
| 2 | [ReactJS Firebase Auth Module](#firebaseauth) | [Watch Video](https://www.youtube.com/playlist?list=PLdb4nm44DkLp4cm2rjcjlOlizWf6y_skf) | [![Stripe Subscription](https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white "Stripe Subscription")](#stripe) |


Expand Down

0 comments on commit 7b2070b

Please sign in to comment.