AJIO Website Clone

Abhijeet Hiwale
3 min readApr 2, 2022

--

An Experience of project building at Masai School

This blog is to share our experience working as a team to build a pixel-perfect clone of AJIO.COM as a part of construct week program of Masai School.

We did this entire project in a span of 7 days as a collaborative project of 6 members:-

Abhishek Kansana, Shreyash Ahuja, Ayush Kumar, Shreyansh Gupta, Shaik Noorbasha and myself Abhijeet Hiwale.

Tech Stack we used for creating this website is HTML, CSS and JavaScript. We intensively used ES6 and many other concepts which were taught in the coding curriculum in Masai School like Import/Export functions to write clean and reusable code, fetch function to fetch data from API ,etc.

Take a look at the snippets, these are just some of the pages of our cloned website.

This is the Landing Page
Navbar/Header
Footer
Products are listed here.

Even though we were working remotely we did not face any challenge in communicating as every member of our team were effective in communicating and was very much approachable.

We started the project by splitting the tasks among us depending upon our abilities and expertise. Two of us worked on the landing page, two on the product listing pages, one on sign in and sign up page and one on cart and checkout page. While building the pages individually we utilised Github to make sure that all of our work is in sync and our codes don’t conflict with one another. We had decided to complete the basic template of the website first and add the functionality before spending time on styling, in expectation of finishing the project before time. If anyone of us would face any issue other members would always help him in solving the issue.

We achieved this results which was above our expectations, considering we were working together for the first time, all of this was possible because of the sheer hard work and dedication of each and every member. The understanding we had during this project was one of the reason this project turned out to be amazing.

“Great things in business are never done by one person. They’re done by a team of people”

*******************************************************************

Link to our Github repository: https://github.com/Shreyansh12Gupta/AJIO_CLONE

We used the following resources for our reference:

  1. https://developer.mozilla.org/en-US/
  2. https://www.w3schools.com/

--

--