Skip to content

Instantly share code, notes, and snippets.

@ross-u
Forked from MrAFerreira/README.md
Created February 13, 2024 11:11
Show Gist options
  • Save ross-u/7d5f0ad280aa114f21e90466a2ffdd26 to your computer and use it in GitHub Desktop.
Save ross-u/7d5f0ad280aa114f21e90466a2ffdd26 to your computer and use it in GitHub Desktop.
Module 2 (React) Project README example

Project Name


Description

Project management App that allows users to create projects and tasks.


Data

Projects

{
  "title": String,
  "description": String,
  "tasks": Array,
}

Tasks

{
  "projectId": Number,
  "title": String,
  "description": String,
}

API's


Packages


Links

Git

The url to your repository and to your deployed project

Frontend: Repository Link Backend: Repository Link

Deploy Link

Contributors

FirstName LastName - <github-username> - <linkedin-profile-link>

FirstName LastName - <github-username> - <linkedin-profile-link>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment