This project was bootstrapped with Create React App.
Overview of the project.
Created the frontend part using Reactjs and for backend used expressjs along with nodejs and using stripe functionality for the payment method.
used redux for the basket functionality part for add and remove items.
Starting the project there is a frontend ui and there is a selection of items in the header section where we get a sign-in option without signning in we cannot order any item.
once we click in the signin link it redirects us to the page of signing in and there we have to option for register or signin if we have already registered.
once we are signed in we are good to go for orders and now we can choose what to order and once we click into the add to basket feature the product directly goess to the basket page from there clicking into the basket we can see our selected projects and we can remove any item if we want.
then after choosing every item now we can proceed to checkout once we click into the proceed to checkout it redirects us to the payment page from there we can select the payment method this functionality is done using stripe.
Once the payment is succesful we can have a look into our orders in the orders and returns section this database is hosted using firebase.\
you can have a look at the app through the site from this.
app Id: [email protected]
passowrd: 123456
you can go to the orders section then can check that the already orders which are done\
you can have the project in your local machine and then run the whole thing by our own.\
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Note: this is a one-way operation. Once you eject
, you can’t go back!
If you aren’t satisfied with the build tool and configuration choices, you can eject
at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject
will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
You don’t have to ever use eject
. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify