This project is a clone of the official Star Wars website created using React. It utilizes styled-components for styling and leverages React hooks such as useState and useEffect for managing state and side effects.
- Replicates the design and functionality of the official Star Wars website (The Homepage).
- Utilizes React to create a dynamic and interactive user experience.
- Uses styled-components for flexible and maintainable styling.
- React
- styled-components
- useState
- useEffect
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/NaveenKharwar/starwars-clone.git
- Navigate to the project directory:
cd starwars-clone
- Install dependencies:
npm install
- Start the development server:
npm run dev
Once the development server is running, you can access the Star Wars clone in your web browser at http://localhost:5173
.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository
- Create a new branch:
git checkout -b feature/new-feature
- Make your changes
- Commit your changes:
git commit -am 'Add new feature'
- Push to the branch:
git push origin feature/new-feature
- Submit a pull request
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to the Star Wars team for providing inspiration with their official website.
- Special thanks to the React and styled-components communities for their valuable resources and support.