https://github.com/sdley/task-flow
Task-flow est une application de gestion de tâches personnelles pour une planification efficace.
https://github.com/sdley/task-flow
nextjs reactjs
Last synced: 4 months ago
JSON representation
Task-flow est une application de gestion de tâches personnelles pour une planification efficace.
- Host: GitHub
- URL: https://github.com/sdley/task-flow
- Owner: sdley
- Created: 2024-10-15T13:18:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-04T16:32:50.000Z (10 months ago)
- Last Synced: 2025-10-04T18:24:49.570Z (10 months ago)
- Topics: nextjs, reactjs
- Language: JavaScript
- Homepage: https://sdley-taskflow.netlify.app/
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + Vite
[English]
## Getting started with React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
- To run this app locally, just type: *npm run dev*
- note that you've to install all dependences by running *npm install*
* Copyright [sdley](https://sdley.github.io/) 2024
* https://sdley.github.io/
[French]
## Notes & Perspectives
- Les donnees de l'application (liste des taches) sont strictements personnelles et sont stockés au Local Storage du navigateur de l'utilisateur. Ce qui fait la liste des taches est propre a chaque utilisateur.
* Copyright [sdley](https://sdley.github.io/) 2024
* https://sdley.github.io/