A react-based e-commerce application.
Follow these instructions to get the project up and running on your local machine.
- Node.js (v14 or higher recommended)
- mpm
-
Clone the repository:
git clone https://github.com/yourusername/TJCart.git cd TJCart -
Install dependencies:
npm install
-
Set up environment variables:
- Copy
.env.exampleto.env:(Or on Windows:cp .env.example .env
copy .env.example .env) - Open
.envand populate the values (e.g., your API keys).
- Copy
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 (or the port specified in your console) to view it in your browser.
The page will reload when you make changes.
Launches the test runner in the interactive watch mode.
Builds the app for production to the build folder.
- React
- React Router
- Context API & Redux (for state management)
- Bootstrap (for styling)
