This project is a front-end application for Trademarkia, a platform designed for searching trademark information with various filters. The application provides a user-friendly interface to search for trademarks, display results in a table, and navigate through pagination. The filters available include owners, law firms, and attorneys. Dont forget to click search for the filters to apply
- Search Functionality: Users can search for trademarks using various filters.
- Table Display: Results are displayed in a table format with pagination support.
- Filter Options: Users can filter search results based on owners, law firms, and attorneys.
- Pagination: Display 10 items per page with navigation options to move between pages.
To get started with the project locally, follow these steps:
-
Clone the Repository: git clone https://github.com/your-username/trademarkia-frontend.git cd trademarkia-frontend
-
Install Dependencies: npm install
-
Run the Application: npm start
Open your browser and go to http://localhost:3000 to view the application.