Piaf is a task scheduling web application inspired by Trello, but designed for smaller-scale task management. It provides a simple and user-friendly interface to help you organize your tasks efficiently.
- Create, edit, and delete tasks
- Drag-and-drop functionality to organize tasks
- Multiple task lists
- Responsive design for various devices
- React: A JavaScript library for building user interfaces
- CSS: Styling for the application
To set up the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/Nicok19/Piaf.git
- Navigate to the project directory:
cd piaf
- Install dependencies:
npm install
- Start the development server:
npm start
- Open http://localhost:3000 to see Piaf in action.
Include relevant screenshots here to show how Piaf looks and functions.
The project is deployed on Vercel. You can deploy your own version by connecting the repository to your Vercel account.
Contributions are welcome! Feel free to open an issue or submit a pull request.
- Fork the project
- Create a new branch (
git checkout -b feature/YourFeature
) - Commit your changes (
git commit -m 'Add YourFeature'
) - Push to the branch (
git push origin feature/YourFeature
) - Open a pull request
This project is licensed under the MIT License - see the LICENSE file for details.