Skip to content

HarshithaSolai/namaste-frontend-system-design

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Namaste Frontend System Design 🚀

Documenting my learning of Namaste Frontend System Design course conducted by by Akshay Saini and Chirag Goel in this repository. Each repository contains my version of coding examples discussed in the course, my version of notes, interview questions and its solutions.

I am also writing a series Frontend System Design

Table of Contents

This is the index page for all the chapters that we will be learning in this course. Following table contains link to each chapter, its summary and the live demo of the respective chapter.

Testing

  • Unit Testing & Integration Testing
    • Component Testing
    • Jest & JS DOM
    • Testing Library / React Testing Library
  • Automation Testing
    • e2e Test cases
    • Tools - Puppeteer , Cypress, Selenium

Clone this Repository

You need to write the following commands on the terminal screen so that you can run this project locally.

  git clone "https://github.com/HarshithaSolai/namaste-frontend-system-design.git"

Go to the project directory

  cd namaste-frontend-system-design

Install dependencies

  npm install

Start the server

  npm run start

This application should now be running on localhost. If you want to Fork repository and want to run locally, follow this guidelines Fork and Clone Github Repository

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 55.0%
  • JavaScript 45.0%