Skip to content

Commit

Permalink
added new project (#232)
Browse files Browse the repository at this point in the history
## Description

<!-- Please describe the changes you made to the Projectshut Open Source
website. What features did you add or modify? What bug did you fix? -->

## Screenshots

<!-- PLease add screenshots -->

## Related Issue

<!-- Please list any related issues that your PR addresses. For example,
if you fixed a bug, please reference the issue number that describes the
bug.
 -->

## Checklist

Please review and check off the following items before submitting your
PR:

 <!-- If yes then add 'x' into '[ ]'  -->

- [ ] I have tested my changes to ensure they work as expected
- [ ] I have included documentation for any new features or changes
- [ ] I have formatted my code according to the project's style
guidelines
- [ ] I have written tests for any new features or changes
- [ ] I have run the project's test suite and verified that all tests
pass
- [ ] I have updated the README and any other relevant documentation
- [ ] I have checked for any spelling or grammatical errors

## Additional Information

<!--
Is there anything else you would like to include about your PR? This
could include information about how to test your changes or any
potential issues that may arise.

Thank you for contributing to the Projectshut Open Source website!
 -->
  • Loading branch information
ashishsurya authored Apr 22, 2023
1 parent e288f48 commit b240e9f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/DB/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,5 +188,12 @@
"title": "Nex research",
"description": "A online Survey App that let users to create survey according to their needs which is easy to use and are free. ",
"tech": ["NodeJs", "React", "MongoDB", "Expressjs", "Material UI"]
},
{
"gh-username": "ashishsurya",
"link": "https://github.com/ashishsurya/t3-flashcards-app",
"title": "Flashcards App",
"description": "Flashcards app which is used for storing deck of flashcards for storing question and answers for academic purpose ",
"tech": ["NextJS", "React", "Planetscale", "Typescript", "TailwindCSS" , "T3" ]
}
]

1 comment on commit b240e9f

@vercel
Copy link

@vercel vercel bot commented on b240e9f Apr 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

projectshut – ./

projectshut.vercel.app
projectshut-priyankarpal.vercel.app
projectshut-git-main-priyankarpal.vercel.app

Please sign in to comment.