Introducing our EPIC MOVIE QUOTES app! It's a simple and user-friendly social media app built with Next.js. Users are able to register, login, sign up with google and share their favorite quotes from movies. People can comment on each others quotes and like them with live notifications.
React@18.x - Front-end library
ReactHookForm@7.x - Form validation library
TailwindCss - CSS framework
Typescript - JavaScript with syntax for types
1. First of all you need to clone Epic movie quotes repository from github:
git clone https://github.com/Badonix/Epic_Quotes_front
2. Next step requires you to run npm install in order to install all the dependencies.
npm install
3. Run the app
npm run dev