This website is a movie database that fetches data from DummyAPI and displays it in an interactive table. Users can explore movie titles, ratings, and IMDb links, all organized for easy navigation.
- ReactJS
- TailwindCSS
- React-icons
- Easy Navigation: Browse through the movie collection effortlessly.
- Pagination: Explore movies in a paginated format, default 10 movies per page.
- Interactive Table: View detailed movie titles, ratings, and direct IMDb links in an organized table.
- Dynamic Data: Fetches real-time data from DummyAPI.
- Responsive Design: Optimized for all screen sizes for a seamless experience.
- User-Friendly Interface: Simple and intuitive layout for quick access to information.
Follow these steps to set up and launch the application locally:
Clone the repository to your local machine:
git clone https://github.com/Sajid941/Task-Management.git
Navigate to the project directory and install the necessary dependencies:
cd <project-directory>
npm install
Start the application by running:
npm run dev