This project uses React.js on the frontend.
All components are using NextUI - a powerful React UI library.
State Management: Context API, Recoil
- Clone this repository:
git clone https://github.com/cannibalhulk/flicklist-movie-app.git
- Install dependencies:
npm install
- Run development server:
npm run dev
or npx vite dev
If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:
- Configure the top-level
parserOptions
property like this: