This is Prelo App's repository. Prelo is a secondhand e-commerce platform (taken from "Pre-loved"). This project is built under Vanilla HTML CSS JS with Bootstrap as toppings. This project is made for Hactiv8 Phase 0 Hackathon.
- right after you clone or pull this repository, you need to make another branch to every feature you are developing named
<features>-<yourname>. - the place of this
README.mdfile is calledrootdirectory. which also consist ofindex.html,style.css, andscript.js. - to make every new page, first you'll need to make a
childdirectory named after the page you wanted to make, then you can add thehtmlfile namedindex.htmland add anothercssandjavascriptfile if needed. (just like thelogindirectory that already exist). - you can always add another
childdirectory inside thechilddirectory as much as needed. - to make it easier to maintain, i suggest you to separate the
cssandjsfiles per utilities. that means you can make as muchcssandjsfiles as needed inside the directory related. - last but not least is to have fun developing! :D