Artistic is a landing page for a photography studio. This is a well-designed and responsive
landing page with dark mode
feature. The main purpose of this project is to show how to create a landing page with dark mode
feature using ReactJs
.
We will be using React Context API to toggle dark mode
feature. Hope you enjoy it!.
- Basic ReactJs knowledge
- Basic HTML, CSS knowledge
You can find all the starter files in starter-files
branch. You can to go to the starter-files
branch and download zip
the the starter files or You can clone the project and git checkout to starter-files
branch.
The recommended way to get started with the project is Follow the YouTube tutorial. You will find all the step-by-step guides. Or you Can start the project on your own by following the guide below.
After getting the starter files, you need to go the file directory and run
npm install
and after that start the dev server.
npm start
Happy Coding! 🚀