API-Chaining-Dashboard

API Chaining Dashboard

Demo

Click here to view the demo video: https://drive.google.com/file/d/1CDo0gkLuLqHYVkaAvcXIlHA_f4v7OYSR/view?usp=sharingTech Stack

2. Install Dependencies:

npm install

3. Setup Tailwind CSS:

npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init

4. Configure PostCSS:

module.exports = {
  plugins: {
    tailwindcss: {},
    autoprefixer: {},
  },
};

5. Start the Development Server:

npm start

6. Access the App:

Open your browser and navigate to http://localhost:3000 **Future Enhancements**