Skip to content

Latest commit

Β 

History

History
37 lines (23 loc) Β· 598 Bytes

File metadata and controls

37 lines (23 loc) Β· 598 Bytes

πŸ“ Task Manager App

A simple task management application built with Laravel (REST API) and React (frontend).


Preview

Preview of the TasksPage


✨ Features

βœ… Backend API (Laravel)

  • Create / Read tasks
  • JSON API structure
  • Feature tested with PHPUnit
  • Database (SQLite)

πŸ–₯️ Frontend (React)

  • Display task list
  • Form to create a new task
  • Fetch data from the API

πŸ“¦ Installation

1. Clone the repo

git clone https://github.com/lemael/taskmanager_laravel.git
cd taskmanager_laravel