A simple React application with flask backend for managing tasks that allows CRUD operations.
Clone the project
git clone https://github.com/Poineapple/Task-Management-App/
Go to the project directory
cd Task-Management-App
Install backend dependencies
pip install Flask
pip install Flask-Cors
Start the backend server
cd Tasks-Backend
python app.py
Install frontend dependencies
cd ..
cd Tasks-Frontend
npm install
Start the frontend server
npm run dev
Open Browser in http://localhost:5173/