Travel-site
-
Travel-Site - To see the finished Project through GitHub page !
-
Travel-Site - To see the finished Project on Netlify !
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Prerequisites
What things you need to install the software and how to install them
-npm
-npm packages
-node modules
-vs code
Installing
A step by step series of examples that tell you how to get a development env running
Say what the step will be
Give the example
And repeat
until finished
End with an example of getting some data out of the system or using it for a little demo
Running the tests
Explain how to run the automated tests for this system
Break down into end to end tests
Explain what these tests test and why
Give an example
And coding style tests
Explain what these tests test and why
-BEM= Block Element Modifier
Give an example
Deployment
Add additional notes about how to deploy this on a live system (to be updated)
Built With
Versioning
We use GitHub for versioning. For the versions available, see the tags on this repository.
License
This project is licensed under the MIT License - see the LICENSE.md file for details
Acknowledgments
- Brad Schiff
- Inspiration(to be updated )
- etc
Git/GitHub
-To work with GIT: -Working on branch: git branch (name of the branch ) -git checkout (to start on that branch ), -also u can do : git checkout -b (branch name ) -to merge into master: -first follow the add/commit, -then git checkout to Master -git merge (the branch name ).
Notes
- rem relative to root/html 16px. font-size/padding/margin to use rem for good practice
Extras
vim .This is such a great productivity tool to have !
Notes/OOP in JavaScript!
-A function that live inside an object is called a method.
- this keyword refer to whichever object is currently being created ! -class to do with Constructor Function. -also Class syntax to create an object -inheritence to do with extends,class makes it easy to work with it.