Skip to content

kumathy/react-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

77 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

About

A collection of React apps built while learning React on Scrimba ๐Ÿ—‚๏ธ

Topics

Resources

Stars

Watchers

Forks