This repository contains the source code for a Nike brand landing page built using Tailwind CSS and React. The project features a sleek, modern design with support for dark mode. Dark mode is implemented using the useContext
hook, and the user's theme preference is saved in local storage using the useEffect
hook, ensuring the selected theme persists even after the browser is refreshed.
useContext
hook.useEffect
hook to maintain the selected theme across sessions.git clone https://github.com/yourusername/nike-landing-page.git
cd nike-landing-page
npm install
npm start
Contributions are welcome! Please fork the repository and submit a pull request with your enhancements.
This project is licensed under the MIT License. See the LICENSE
file for more details.