CloneFlix is a Netflix clone built with ReactJS. This project was developed to learn more about ReactJS and its ecosystem.
- ReactJS: A JavaScript library for building user interfaces.
- React Hooks: Allows you to use state and other React features without writing a class.
- TailwindCSS: A utility-first CSS framework for rapidly building custom user interfaces.
-
Clone this repository
git clone git@github.com:KeplerLeo/cloneflix.git
-
Install dependencies
npm install
-
Run the project
npm start
The project is deployed and can be accessed at https://keplerleo.github.io/cloneflix/
This project is licensed under the MIT License - see the LICENSE.md file for details.