# <project name> Progress
## Features implemented
- <implemented feature name based on your PRD>
    - <feature details you implemented>
    - .....
- <implemented feature name based on your PRD>
- ...
## Tasks for next week
- <tasks for feature implementation>
- ...
## Improvements
- <What you did that could've been done better>
    - <suggestion for how it could've been done better>
- ...

> An example would look like

# Community Website Progress
## Features implemented
- Create front-end pages
    - Dynamically rendered front-end pages
    - Implemented all planned front-end pages.
- Create API back-end
    - Implemented all planned endpoints
    - Used unit and integration testing for verification.
    - Connected back-end with the database.
## Tasks for next week
- Integrate the front-end with the back-end
- Perform codebase wide review for stale/dead code
## Improvements
- Reference others work
    - Google `<feature`> implementation for `<your tech stack`>` 
        - `Authentication implementation for MERN` 
    - Learning and implementing already existing system is better than making own solutions.

<attach your PRD of the project with the submission text>

---

> **Endpoint:** `/formats/submission`
> [formats](/formats) > [submission](/formats/submission)
> Up: [/formats](/formats)
> Previous: [/formats/response](/formats/response) | Next: [/formats/trd-template](/formats/trd-template)
> [Index](/)