Web development project in which the idea was to create an app that displays data from any searched film. The fully responsive website has a theme switch button, category filters and a search bar.
In this project I used the free TMDB API (https://www.themoviedb.org/)
Still in the development process...
- Next JS
- Tailwind CSS
- Git
# 1. Clone the project
git clone https://github.com/dev-andreola/frame-cinema.git
# 2. Install dependencies
npm install
# 3. Run live server
npm run dev
The content may contain some errors as I am a student and the repository is constantly evolving.
If you have any corrections or improvements that would make this better, please fork the repo and create a pull request.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/Feature
) - Commit your Changes (
git commit -m 'Add some Feature'
) - Push to the Branch (
git push origin feature/Feature
) - Open a Pull Request