Young-Coders-Unit-Testing-Case


📔 Table of Contents

Screenshots

📷 Screenshots

screenshot1 screenshot2

👾 Tech Stack

Client

🧰 Getting Started

‼️ Prerequisites

⚙️ Installation

Install my-project with npm

  npm install my-project
  cd my-project

🏃 Run Locally

Clone the project

  git clone https://github.com/doandroidsdreamof/havas-unit-testing-case-study.git

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run dev

Unit testing

  npm run test:units

E2E testing

  npm run cypress:open

🚩 Deployment

To deploy this project run

  npm deploy

👀 Usage

recommended vscode extension


Better Comments
https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments

comment structure

//? => imports
//! => important
//* => notes && refactoring todos

🧭 Roadmap

  • Post Component
  • Dark Mode
  • Routing
  • Responsive Layout
  • E2E Testing
  • Unit Testing

💎 Acknowledgements

Use this section to mention useful resources and libraries that you have used in your projects.