Skip to content

khianvictorycalderon/Frontend-Only-API

Repository files navigation

Frontend Only API

Simulating a real network API using just the frontend.

Advantage:

  • No backend needed
  • Open-soure
  • No rate limit
  • Does not require API key

Preview

Frontend Only API Preview

To run this project:

  1. Clone this repository git clone https://github.com/khianvictorycalderon/Frontend-Only-API.git
  2. Run npm install
  3. Run npm run dev

Dependencies & Configuration

The following is a list of installed dependencies and configuration settings used in this project. You don’t need to install anything manually, as all dependencies are already managed through package.json. This section is provided for reference only, to give you insight into how the project was set up.

Dependencies

  • npm install tailwindcss @tailwindcss/vite
  • npm install axios

Configuration Dependencies

  • Update vite.config.ts:
    import tailwindcss from '@tailwindcss/vite'
    
    export default defineConfig({
      plugins: [
        tailwindcss(),
      ],
    })

About

A pure frontend API that simulate network connection (but really just calling a function)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published