DEV Community

Cover image for React JS Project With Dark Theme for Beginners
Shaif Arfan
Shaif Arfan

Posted on

React JS Project With Dark Theme for Beginners

Artistic 📸

Made with ❤️ by Shaif Arfan

Live preview: https://wc-artistic.netlify.app/

Watch on YouTube: https://youtu.be/DTR2IbNBfPA

Source Code: https://github.com/ShaifArfan/artistic


Project Description

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!.

What we are going to learn/use

Requirements

  • Basic ReactJs knowledge
  • Basic HTML, CSS knowledge

Starter files

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.

Getting Started

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
Enter fullscreen mode Exit fullscreen mode

and after that start the dev server.

npm start
Enter fullscreen mode Exit fullscreen mode

Tools Used

  1. Images: Unsplash
  2. UI Design: Figma
  3. Code Editor: VS Code

Similar Projects

Here are some Similar projects that you might be interested.


FAQ

Q: How can i get started?

You can get started by following the YouTube tutorial of this project. Here is the full tutorial video link: [coming soon].

Q: What i need to start the project?

Just open your favorite code editor and follow along with the YouTube Tutorial.

Q: Who the project is for?

The project is for the people who wanna get more skilled in ReactJs.


Feedback

If you have any feedback, please reach out to us at @web_cifar

Support

For support, join our Community Group.

License

MIT

Happy Coding! 🚀

Top comments (0)