musps / TodoApp

[FrontEnd] with react + flux + bulma, [BackEnd] with Express + mongoose

Home Page:https://serxan.info/projet/todo-app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TodoApp

Client - front end

Description des actions

  • Écran de chargement
  • Affichage des données
  • Gestion des catégories
  • Création d'une nouvelle tâche
  • Modification du status d'une tâche
  • Modification de la description d'une tâche
  • Suppresion d'une tâche
  • Gestion des erreurs
  • Gestion des actions avec affichage d'une notifcation

Actions à créer

  • Pagination de l'affichage des données

Server - back end

Description des actions

  • Test du fonctionnement
  • Récupération des tâches
  • Récupération d'une tâche par son todoID
  • Création d'une nouvelle tâche
  • Modification de la description d'une tâche
  • Modification de l'état d'une tâche
  • Suppression d'une tâche

Actions à créer

  • Pagination des tâches à récupérer

Démarrer l'application

MongoDb

mongod --port 3300 --dbpath 'your_db_path'

Server

cd server && npm run dev

Client

cd client && npm run start

About

[FrontEnd] with react + flux + bulma, [BackEnd] with Express + mongoose

https://serxan.info/projet/todo-app/


Languages

Language:JavaScript 81.9%Language:CSS 9.0%Language:HTML 5.9%Language:Shell 3.1%