SilvaMovies is a front-end web application built with React and Vite that simulates browsing and watching movies and series. This project is entirely client-side and does not require any backend server or database. All data is managed using static JSON files.
- Website: S1lvaMovies
First, clone the repository to your local machine using Git:
git clone https://github.com/SRamoras/S1lvaMovies.git
cd S1lvaMovies
Install the necessary dependencies using npm:
npm install
Start the React application using Vite:
npm run dev
This project is licensed under the MIT License.
For more information, feel free to reach out:
- LinkedIn: Diogo Silva
- GitHub: SRamoras