/capstone

This project provides aspiring photographers with an immersive online platform to learn, explore, and enhance their photography skills. Whether a beginner or an advanced photographer, the school offers a comprehensive range of courses, workshops, resources, and community engagement opportunities.

Primary LanguageCSSMIT LicenseMIT

logo

Pixel's Photography School

📗 Table of Contents

📖 [Pixel's Photography School]

Welcome to the Pixel's Photography School Website repository! This project is an interactive website designed for a photography school, aimed at providing aspiring photographers with a comprehensive platform to learn, explore, and enhance their photography skills.

🛠 Built With

Tech Stack

Frontend
Code Editor
Deployment

Key Features

  • Courses and Workshops: Access a variety of courses and workshops tailored to different skill levels and genres of photography. From beginner basics to specialized techniques.

  • Interactive Learning: Engage in interactive learning experiences through video tutorials, assignments, quizzes, and practical exercises.

  • Community and Feedback: Connect with fellow photographers, share your work, and receive constructive feedback from experts and peers. Engage in discussions, participate in challenges, and grow together as a community.

  • Portfolio Showcase: Showcase your best work through personalized portfolios on the website. Display your talent, create an online presence, and attract potential clients or collaborators.

  • Events and Contests: Stay informed about upcoming photography events, contests, and exhibitions. Participate to gain exposure, win prizes, and connect with industry professionals.

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need to study the project's HTML and CSS code to learn the fundamentals and setup of the project.

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:DevaWinner/capstone.git

Install

please first install the node package files

npm install

Usage

In order to use this project you either create branch to add more feature. But in order to run the project use below commands.

  • npm run build (It will create a production ready file)
  • npm start (It will run the server on your machine)

Run tests

I have added the linters or tests in order to avoid anykind of typos and ensure the good practices in this project. So while using this repository if you need to check your work no matters have worked on html, css and js you can use below commands:

  • In order to run the linter test on index.html or any html file. Use below command
npx hint .
  • In order to run the linter test on css file. Use below command
npx stylelint "**/*.{css, scss}"
  • In order to run the linter test on js file. Use below command
npx eslint .

Deployment

You can deploy this project by using VS-code and injecting it to a browser through a local live server.

(back to top)

👥 Authors

👤 Aniekan Winner

(back to top)

🔭 Future Features

  • Home Page
  • About Page

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the Issues Page.

(back to top)

⭐️ Show your support

I appreciate any contributions to enhance the Photography School Website. To contribute, please follow these steps:

  • Fork the repository.
  • Create a new branch for your feature or bug fix: git checkout -b feature/your-feature-name or bugfix/your-bug-fix-name
  • Commit your changes: git commit -m 'Add some feature'
  • Push to the branch: git push origin feature/your-feature-name
  • Open a pull request to the main branch of this repository.
  • I review and merge contributions regularly. Thank you for your support!

(back to top)

🙏 Acknowledgments

I would like to express my gratitude to the following individuals and organizations for their valuable contributions and support:

Cindy Shin: For her exceptional design whose template is used for this project.

Lilly Rum: For her images that is being used in the hero background.

Freepik.com This website has been designed using image assets from Freepik.com.

If I have unintentionally missed anyone who deserves acknowledgment, please let me know, and I will gladly include them.

Thank you all for your contributions and for being part of my project!

(back to top)

📝 License

This project is MIT licensed.

(back to top)