Table of Contents
Welcome to the Silver Frame Github repository! Here, you'll find the source code for our sleek and sophisticated film carousel website. Built with modern technologies and a focus on user experience, our website aims to provide customers with an effortless film browsing experience.
Main technology used to built this application are listed below:
To get started with this project locally, follow below steps:
Make sure you have Node.js, and package manager (either npm or yarn) installed
FYI: This project uses npm as the package manager, but you're free to use yarn too.
Below steps will guide you through the local installation process of this application
- Clone the repo
git clone https://github.com/blesten/film-carousel.git
- Open your terminal, and
cd
to the root directory, then runnpm install
command to install dependency - Lastly, run
npm run dev
command on root directory at your terminal to start the application
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
LinkedIn: Stanley Claudius
Project Link: https://github.com/blesten/film-carousel
Special thanks to:
- Othneildrew for providing an amazing README template.
- Tailwind CSS for providing CSS framework to be used in this application.
- React Icons for providing icon to be used in this application.