Welcome to the QuantumCharge website project for Assignment 2!
-
This project is built using React.js with CSS for styling.
-
This project was bootstrapped with Create React App.
If the GIF is not displayed, please be patient as it might be loading. The first time loading may take longer than usual.
The QuantumCharge website is live and can be accessed at https://jackychung2003.github.io/CAT201-Assignment-2/.
Before diving into QuantumCharge, make sure you have the following tools set up on your machine:
-
Node.js: Ensure Node.js is installed to empower the project with its runtime environment.
-
Git: Git is essential for version control and repository management.
To get started, clone this repository:
git clone https://github.com/jackychung2003/CAT201-Assignment-2.git
Navigate to the project directory:
cd CAT201-Assignment-2\quantum-charge-app
Install the necessary dependencies:
npm install
To run the project, use the following command:
npm start
This will start the development server, and you can view the website at http://localhost:3000 in your browser.