Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 732 Bytes

File metadata and controls

33 lines (23 loc) · 732 Bytes

Task Master

Frontend of a full-stack todo application built during the Elmakan internship hiring process to demonstrate team collaboration.

Tech Stack

  • React 19
  • Vite
  • Tailwind CSS
  • React Router
  • Axios

Getting Started

  1. Install dependencies:

    npm install
  2. Start development server:

    npm run dev

Environment Variables

The .env file contains a local backend URL for development:

API_BASE_URL=http://127.0.0.1:8001/api/v1

Note: The .env file is included in the repository because the backend runs locally and does not contain any sensitive data. In production environments, environment variables should be managed through proper secrets management.