GumletHQ Assignment Readme 🚀

🌐 Live Website: https://gumlethq-assignment.vercel.app/

Overview 📋

This project is a web application created as part of the GumletHQ assignment. It is built using Next.js, styled with Tailwind CSS, and utilizes Axios for data fetching. The application displays JSON data provided in the assignment with the help of Recharts.

Technologies Used 💻

  • Next.js ⚛️
  • Typescript
  • Tailwind CSS 🌊
  • Axios 🖇️
  • ReCharts 📉

Setup Instructions ⚙️

  1. Clone the repository to your local machine.
  2. git clone https://github.com/pranikz/gumlethq-assignment
  3. Install the required dependencies.
npm install
# or
yarn install
# or
pnpm install
  1. First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
  1. Open http://localhost:3000 with your browser to see the result.

Screenshots 📷

image image

Credits 👏

  • This project was created by Pratyush Mahapatra with ❤️.
  • Special thanks to GumletHQ for providing the assignment.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.