This is a clone of SpaceX website, it is a web project created to replicate the SpaceX website, and to test the developer's knowledge and understanding of HTML, CSS, and JavaScript.
- HTML
- CSS
- JavaScript
To install and run the project, follow the steps below:
-
Clone the repository to your local machine using this command:
git clone https://github.com/<YOUR_USERNAME>/SpaceX-Clone.git
This will create a copy of the project on your local machine.
-
Navigate to the project directory:
cd SpaceX-Clone -
Open the
index.htmlfile in your browser to see the website.
You can navigate through the website using the navigation links provided. The website is responsive, and it can be viewed on different screen sizes. You can also view the recent SpaceX launches and watch videos of past launches.
Contributions are welcome. You can contribute to the project by submitting bug reports, feature requests, or pull requests. To do so, follow the steps below:
- Fork the project
- Create a new branch (
git checkout -b new-feature) - Make your changes
- Commit your changes (
git commit -am 'Add new feature') - Push to the branch (
git push origin new-feature) - Create a pull request
The project does not have any external dependencies.
This documentation provides a better understanding of the SpaceX web project's structure and architecture. It explains the project's file structure, dependencies, and installation and usage instructions.