Skip to content

Latest commit

Β 

History

History
87 lines (61 loc) Β· 1.88 KB

File metadata and controls

87 lines (61 loc) Β· 1.88 KB

React Projects πŸ—‚οΈ

React Vite JavaScript

This repo contains my solo projects for the Learn React course from Scrimba.

Table of Contents

Business Card πŸ’Ό

🚧 Work in progress...

A simple digital business card. (Live demo)

Quizzical 🧩

An interactive trivia quiz app. (Live demo)

Quizzical App

Component Library++ πŸ“¦

βŒ› Coming soon!

Running Locally πŸš€

Prerequisites

  • Node.js (v18 or higher)
  • npm

Installation

  1. Clone the repository
   git clone https://github.com/kumathy/react-projects.git
  1. Navigate to a project folder
   cd react-projects/<project_name>
   # e.g.
   cd react-projects/quizzical
  1. Install dependencies
   npm install
  1. Start development server
   npm run dev
  1. Build app for production
   npm run build