This repo contains my solo projects for the Learn React course from Scrimba.
๐ง Work in progress...
A simple digital business card. (Live demo)
An interactive trivia quiz app. (Live demo)
โ Coming soon!
- Node.js (v18 or higher)
- npm
- Clone the repository
git clone https://github.com/kumathy/react-projects.git- Navigate to a project folder
cd react-projects/<project_name>
# e.g.
cd react-projects/quizzical- Install dependencies
npm install- Start development server
npm run dev- Build app for production
npm run build