TechVenture
a comprehensive gadgets catalog that provides users with an extensive selection of gadgets, complete with detailed descriptions, specifications, and high-quality reviews from both users and experts. The platform offers advanced filtering capabilities, making it easy for users to find the gadgets that meet their specific needs.
Clone the project using following command
git clone https://github.com/BazilSuhail/TechVenture.git
Go to the project directory
cd my-project
Then Run this cpmmand in you terminal:
npm start
- Comprehensive Catalog: Showcased a wide range of gadgets with detailed descriptions and specifications.
- High-Quality Reviews: Integrated user and expert reviews, providing in-depth insights on each gadget.
- Advanced Filtering: Implemented advanced filtering options to help users easily find gadgets based on specific criteria.
- User Reviews and Ratings: Enabled users to leave reviews and ratings for gadgets.
- Profile Management: Developed a user profile management system for personalized favorite reviews and gadgets.
At first create a React App using following command:
npx create-react-app charity-system
Clone the project using following command
git clone https://github.com/BazilSuhail/TechVenture.git
Go to the project directory
cd my-project
Just for convenience copy all contents in the cloned repository and paste them into the directory where You have created your React App.
Afterwards simply run this command to install all required dependancies and packages at once.
npm i firebase react-icons react-router-dom react-toastify react-responsive-carousel react-simple-typewriter
Start the server
npm start