From b240e9f4a68eb595586f107b73c387b6417b2f55 Mon Sep 17 00:00:00 2001 From: Surya Ashish Date: Sat, 22 Apr 2023 22:31:41 +0530 Subject: [PATCH] added new project (#232) ## Description ## Screenshots ## Related Issue ## Checklist Please review and check off the following items before submitting your PR: - [ ] 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 --- src/DB/projects.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/DB/projects.json b/src/DB/projects.json index 8383b6a9b..a5f460fdb 100644 --- a/src/DB/projects.json +++ b/src/DB/projects.json @@ -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" ] } ]