React single page application to browse your favorite youtube movies and save them to your favorites.
-
React
-
React-Router
-
SCSS
-
0Auth
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What is needed for the software to run.
- npm
npm i npm@latest -g
- Clone the repository
git clone https://github.com/DariuszLegizynski/React-Movie_App.git
- Run npm install inside project root directory
npm install
- Start the server
npm run start
- Enjoy! :-)
- This is a single-page application.
- Authentication via 0auth, guest login not-possible. Authentication gives no benefits.
- Desktop first.
- Becouse of the used state managment (useState in App.js) the whole app gets refreshed on almost every action (like adding new favorite list, etc).
Dariusz Legizynski - Initial work.
This project is licensed under the MIT License - see the LICENSE.md file for details.