Clone of Famous_Footwear
Famous Footwear is a retail store that specializes in footwear for men, women, and children. This is an online footwear shop. You get to order the pair of shoes that you love and sign up with us for constant updates on new stock.
Deployed Netlify link: https://magnificent-bonbon-8ffb8d.netlify.app/
Github link: https://github.com/Deepak-25yadav/wicked-edge-6587
- Sakthivel Madhu - https://github.com/SakthivelMadhu
- Subir adhikari - https://github.com/subir701
- Deepak Yadav - https://github.com/Deepak-25yadav
- Bhakthula Ganapathy - https://github.com/Ganapathi525
Use this HTTP for backend data
http://localhost:5555/users => storing user data
http://localhost:5555/products => creating/adding a new product to user from admin
Installing npm:
1.npm init -y -> it will create package.json
2.npm i json-server -> it will create whole package.json
3. Create db.json and add some data
4.npm json-server --watch ./database/db.json --port=5555 -> it will create whatever your given(5555) localhost
- HTML, CSS, and JavaScript
- slider function
- CRUD and DOM operations
- created API
- SMTP js credentials
- created backend server
- Admin able to block/unblock user
- Admin able to create and add a product to the user side of website
-
Sign-up || Login
-
Searching || Sorting || Filter
-
Pagination
-
Responsive web-design
-
Single Product Page
-
Payment Page || Cart Page
-
Admin Page ( with CRUD operations)