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:
- React: A popular JavaScript library for building user interfaces.
- TailwindCSS: A utility-first CSS framework for styling the website.
- Firebase: A cloud-based platform that provides various services, including authentication and hosting.
- Paystack and Flutterwave: Payment gateways integrated into the website for secure and smooth payment processing.
To get started with the project, follow these steps:
- Clone this repository to your local machine using the following command:
git clone https://github.com/Abbeyafolaby/northstvr.git
- Navigate to the project directory:
cd northstvr
- Install the project dependencies using npm:
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!