Northstvr is an E-commerce website built with React and styled with TailwindCSS. The website allows users to browse through a wide range of products and add them to their cart. It also features a robust user authentication system powered by Firebase, ensuring a secure and personalized shopping experience. Additionally, the website integrates with both Paystack and Flutterwave for seamless payment processing of selected items.
Check out the live demo of the Northstvr E-commerce Website here.
The project utilizes the following technologies:
To get started with the project, follow these steps:
git clone https://github.com/Abbeyafolaby/northstvr.git
cd northstvr
npm install
To run the development server and preview the website, use the following command:
npm run dev
This will start the development server at http://localhost:3000
. You can then access the website by navigating to this URL in your web browser.
Contributions are highly appreciated! If you encounter any bugs, have feature requests, or would like to make other contributions, please open an issue or a pull request on this repository. Let's build this project together!