Skip to content

Djain318/DekhoSa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DekhoSa - Get Movies & Shows

Screenshot

Generic badge

GitHub last commit Code size Languages Top


GitHub repo size GitHub repo file count

GitHub

Problem Statement

With the increasing number of movies being released every year, it can be difficult for movie enthusiasts to keep track of all the movies they want to watch and have watched. Additionally, finding information about movies such as release dates, ratings, reviews, and cast and crew details can be time-consuming and cumbersome. There is a need for a centralized platform where users can easily browse, search, and organize their movie collection, as well as access detailed information about movies. A movie collection site could address this problem by providing a user-friendly interface for managing a personal movie library and accessing comprehensive movie information. This would enhance the movie-watching experience for users and help them discover new movies to watch.

Proposed Solution

DekhoSa - get Movies & Shows.

It is bacically a Movies collection platform, where users can experience the popular movies of all kind and also keep them aware new upcoming movies. This platform is unlike those which released information of all movies, it only presents the kind and types which are rated good.

A user-friendly interface for browsing, searching, and organized movie collection.

By implementing these features, the movie collection site could provide a centralized platform for movie enthusiasts to discover new movies to watch without spending much time in searching.

Technologies

Bootstrap**

Where & How these tech stacks are used :

  • Flexbox : A component of CSS which makes this Website Fully Responsive
  • HTML : Used for Structuring the layout
  • CSS : Used for styling of elements
  • Javascript : Used for designing the Corousal Next & Previous keys
  • Bootstrap : For making corousal responsive

Getting Started

Please follow these simple steps to start working:

1. Fork this repository.

2. Clone your forked copy of the project.

git clone https://github.com/Thrillseekr/DekhoSa.git

3. Navigate to your project directory and open it in your code editor. 📁 .

cd DekhoSa

4. Add a reference(remote) to the original repository.

git remote add upstream https://github.com/Thrillseekr/DekhoSa.git

5. Check the remotes for this repository.

git remote -v

6. Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository).

git pull upstream main

7. Create a new branch.

git checkout -b <your_branch_name>

8. Perform your desired changes to the code base.

9. Track your changes:heavy_check_mark: .

git add . 

10. Commit your changes .

git commit -m "Relevant message"

11. Push the committed changes in your feature branch to your remote repo.

git push -u origin <your_branch_name>

To Open a Pull Request with a name of the issue and describe about your changes with reasons. To create a pull request, click on compare and pull requests. Please ensure you compare your feature branch to the desired branch of the repository you are supposed to make a PR to.

Add appropriate title and description to your pull request explaining your changes and efforts done.

Click on Create Pull Request.

Voila!
Whoohooo!

License

This Repository is licensed under its MIT License.


if (youEnjoyed) {
    starThisRepository();
}