- With Yarn:
yarn
yarn start
- With NPM:
npm i
npm start
Enjoy 🎸🎉
MoviesList is a responsive web app that lists multiple movies, let's you like or delete some and shows the amount of likes and dislikes given to each movie. It also allows you to filter the list by number of elements displayed in the screen, a pagination and by categories. Feel free to play around with the app or to just take a look at the code.
The movies are hard coded in the movies.ts file.
ChakraUI Chakra UI is a simple, modular and accessible component library that gives you the building blocks you need to build your React applications.
RTK The official, opinionated, batteries-included toolset for efficient Redux development
Consistent code style
Could be a good idea to add user authentification