@@ -21,13 +21,24 @@ const ProjectsList = [
2121 image : 'jerverless.png' ,
2222 description : (
2323 < >
24- Jerverless is a serverless runner which will execute anything (binaries, commands or your scripts) as a serverless function.
24+ Jerverless is a serverless runner which will execute anything (binaries, commands or your scripts) as a serverless function.
2525 It simply pipes http POST data into STDIN of any executable vice versa.
2626 </ >
2727 ) ,
2828 link : 'https://jerverless.github.io'
2929 } ,
3030 {
31+ title : 'ReleaseZri' ,
32+ image : 'script.png' ,
33+ description : (
34+ < >
35+ Meaningful and minimalist release notes for developers. Automate your releases with meaningful
36+ release notes with a simple changelog format. Used by Neutralinojs and many.
37+ </ >
38+ ) ,
39+ link : 'https://github.com/codezri/releasezri'
40+ } ,
41+ {
3142 title : 'GoogleZri' ,
3243 image : 'script.png' ,
3344 description : (
@@ -42,7 +53,7 @@ const ProjectsList = [
4253 image : 'moviezri.png' ,
4354 description : (
4455 < >
45- Find a movie to watch today based of what you feel right now. Very simple but very interactive
56+ Find a movie to watch today based of what you feel right now. Very simple but very interactive
4657 online movie recommendation system. No signup needed!
4758 </ >
4859 ) ,
@@ -54,7 +65,7 @@ const ProjectsList = [
5465 description : (
5566 < >
5667 World's cheapest but modern stack for lightweight web apps. LAMG (stands for Lambda Angular Mongodb Github)
57- is a full-stack solution which helps you develop or prototype lightweight,
68+ is a full-stack solution which helps you develop or prototype lightweight,
5869 maintainable and less-complex web applications.
5970 </ >
6071 ) ,
@@ -65,8 +76,8 @@ const ProjectsList = [
6576 image : 'factsoverflow.png' ,
6677 description : (
6778 < >
68- FactsOverflow (also known as FO) is an educational non-commercial blog that publishes stories mostly about computer
69- science and programming. This website contains articles written by volunteers who need to show their findings,
79+ FactsOverflow (also known as FO) is an educational non-commercial blog that publishes stories mostly about computer
80+ science and programming. This website contains articles written by volunteers who need to show their findings,
7081 experiments, and open-source-related activities to the right community.
7182 </ >
7283 ) ,
@@ -77,7 +88,7 @@ const ProjectsList = [
7788 image : 'script.png' ,
7889 description : (
7990 < >
80- A minimal React Native e-commerce app template. It has a products list, details page,
91+ A minimal React Native e-commerce app template. It has a products list, details page,
8192 and shopping cart summary page.
8293 Easy-to-extend state management is done with React Context API.
8394 </ >
0 commit comments