Frontend of a full-stack todo application built during the Elmakan internship hiring process to demonstrate team collaboration.
- React 19
- Vite
- Tailwind CSS
- React Router
- Axios
-
Install dependencies:
npm install
-
Start development server:
npm run dev
The .env file contains a local backend URL for development:
API_BASE_URL=http://127.0.0.1:8001/api/v1
Note: The
.envfile 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.