From 57adcaab73b5444d4a5759179f0312c4ebfc2a21 Mon Sep 17 00:00:00 2001 From: Aditi Maurya <56069235+aditiii23@users.noreply.github.com> Date: Sat, 2 Oct 2021 10:34:41 +0530 Subject: [PATCH] Create shopit-app.md --- Projects/1-Beginner/shopit-app.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Projects/1-Beginner/shopit-app.md diff --git a/Projects/1-Beginner/shopit-app.md b/Projects/1-Beginner/shopit-app.md new file mode 100644 index 00000000..55a7832c --- /dev/null +++ b/Projects/1-Beginner/shopit-app.md @@ -0,0 +1,5 @@ +This could be a react application which would be beginner-friendly, and would have the most basics of a shopping web application. +The application would have login and sign up buttons. +A good homepage showing showing the products and cart, log out at the top right corner. +The database could be maintained on MongoDB. +This application would basically use React.js, node.js, express.js, Bootstrap, PostgreSQL and Heroku for the deployment of the application.