Unicorn Companies is a web application built with Next.js to display a list of privately held startup companies valued at $1 billion or more. The application allows you to sort and search through the companies based on various criteria such as valuation, industry, and country.
- Search Companies: Easily find companies by name.
- Sort Companies: Sort companies based on name, valuation, industry, or country.
- Responsive Design: The application is fully responsive and adjusts its layout based on the screen size.
- Clone the repository or download the ZIP file and extract it.
- Navigate to the project folder in your terminal.
- Install the required dependencies by running
npm install
.
Execute npm run dev
to start the development server. Open http://localhost:3000 in your browser to view the application.