Skip to content

A Frontend Web for the collaboration project between lscs and tomo coffee

Notifications You must be signed in to change notification settings

dlsu-lscs/dlsu-lscs-tomo-web

Repository files navigation

LSCS Tomo Web

LSCS | RND

Overview

LSCS Tomo Web is a web application designed for LSCS members to seamlessly claim their exclusive coffee promos in partnership with Tomo Coffee.

Technologies Used

  • React.js (Frontend Framework)
  • Tailwind CSS (Styling)
  • TypeScript (Static Typing)
  • Axios (API Requests)

Getting Started

Prerequisites

Ensure you have the following installed:

  • Node.js (Latest LTS recommended)
  • npm or yarn (Package manager)

Installation

  1. Clone the repository:
    git clone [email protected]:dlsu-lscs/dlsu-lscs-tomo-web.git
    cd lscs-links-web
  2. Install dependencies:
    npm install
    # or
    yarn install

Running the Application

To start the development server, run:

npm run dev
# or
yarn dev

The app will be accessible at http://localhost:3000/.

Access the production ready app:

http://lscs-tomo-web.app.dlsu-lscs.org/

Configuration

Create a .env file in the root directory and add necessary environment variables:

VITE_API_BASE_URL=<backend_api_url>

About

A Frontend Web for the collaboration project between lscs and tomo coffee

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published