pranikz / gumlethq-assignment

Home Page:https://gumlethq-assignment.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

https://gumlethq-assignment.vercel.app


Languages

Language:TypeScript 95.7%Language:JavaScript 2.7%Language:CSS 1.7%