Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

alt text

Project

Throughout the course, you will be developing a project, which you will be presenting at the end of the course, in order to obtain your certificate.

Project features

The project consists of making a web to-do application, we will be giving you the part of the frontend in React ready to use, so you will only need to work in the backend part of the project, this web application must have the following characteristics:

  • Ability to create a new to-do element

  • Ability to edit a to-do element

  • Ability to delet a to-do element

  • Ability to show a list of to-do elements

  • Each to-do element should have this characteristics:

    • Date of creation
    • Date of edit (if it was the case)
    • Title
    • Description
    • State ( Done and Pending )
  • Use of Node

    • Use of javascript
    • Use of SQLlite package
    • Use of Express
      • Use of routes
      • Use of middleware
      • Use of JSON middleware
    • Use of POST, PATCH, GET, DELETE methods
    • Use of uuid packages

Resources

  1. MDN Web Docs - Mozilla
  2. React Developer Tools - Chrome Extension
  3. React API
  4. Express API
  5. Node Documentation

FAQ

Q: The project is in pairs?
A: No, the project is individual

Q: What is the evaluation rubric like?
A: We expect that all of the characteristics listed above are met