This project shows approximately 3 weeks of accumulated knowledge from the Hyperion Dev bootcamp. There are still a lot of things I am unhappy about such as the non-responsiveness of the page which will be adjusted when I learn about it later on in the course or the advanced back end functions such as the login or register page. Overall I believe it's a good start.
A simple online store that uses basic html,css and javascript concepts. The store's theme revolves around the delivery of home-cooked meals.
-
Fork a copy
-
Clone a copy using git.
- Example in terminal type "$ git clone https://github.com/Iceteatree/HypDev-Online-Store.git"
- Rename the local repository's current 'origin' to 'upstream'. "git remote rename origin upstream"
- Give the local repository an 'origin' that points to your repository. "git remote add origin https://github.com/your-account/your-repository.git"
- Push the local repository to your repository on github. "git push origin master"
-
Alternatively under 'Code' click 'Download as Zip'
-
Alternatively click here
- Open any of the files you would like to edit in the code editor of your choice. Example. Visual Studio Code.
- The images folder holds all the images used for this project.
- The catalogue-pages folder holds all the individual items on the catalogue on seperate HTML pages.
- HyperionDev
- If you would like to leave any feedback and suggestions please feel free to contact me.