Add todo list api project

feat/projects-list
Kamran Ahmed 4 months ago
parent 3543cd69f1
commit 7dab016263
  1. 2
      src/data/projects/todo-list-api.md
  2. 2
      src/pages/projects/[projectId].astro

@ -23,6 +23,8 @@ roadmapIds:
In this project you are required to develop a RESTful API to allow users to manage their to-do list. The previous backend projects have only focused on the CRUD operations, but this project will require you to implement user authentication as well.
![Todo List API](https://assets.roadmap.sh/guest/todo-list-api-bsrdd.png)
## Goals
The skills you will learn from this project include:

@ -105,7 +105,7 @@ const githubUrl = `https://github.com/kamranahmedse/developer-roadmap/tree/maste
</div>
<div
class='prose max-w-full prose-h2:mb-3 prose-h2:mt-5 prose-h3:mb-1 prose-h3:mt-5 prose-p:mb-2 prose-pre:my-3 prose-ul:my-3.5 prose-hr:my-5 [&>ul>li]:my-1'
class='prose max-w-full prose-img:max-w-[600px] prose-img:mx-auto prose-h2:mb-3 prose-h2:mt-5 prose-h3:mb-1 prose-h3:mt-5 prose-p:mb-2 prose-pre:my-3 prose-ul:my-3.5 prose-hr:my-5 [&>ul>li]:my-1'
>
<project.Content />
</div>

Loading…
Cancel
Save