ClickAndGo is an ecommerce application built with React.js that simplifies the grocery shopping experience for users by providing a convenient way to create and manage grocery lists before heading out for shopping.
- User Authentication: Secure login and registration system for users.
- Create Grocery Lists: Users can easily create, edit, and manage their grocery lists.
- Add Items: Users can add items to their lists, specifying quantities and any additional notes.
- Mark Items as Purchased: Once an item is purchased, users can mark it as purchased to keep track of their shopping progress.
- Download PDF: Users can download a PDF copy of their grocery list for offline reference or printing.
- Responsive Design: The website is designed to be responsive, ensuring a seamless experience across devices.
- React.js: Frontend framework for building user interfaces.
- JavaScript: Programming language for building interactive features.
- HTML/CSS: Markup and styling for the website's structure and appearance.
To run the ClickAndGo website locally, follow these steps:
- Clone the repository:
git clone https://github.com/SteplerPaulo/ClickandGo-ReactJS.git
- Navigate to the project directory:
cd ClickandGo-ReactJS
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit
http://localhost:3000
to view the website.
- Sign up or log in to your ClickAndGo account.
- Create a new grocery list by clicking on the "New List" button.
- Add items to your list by clicking on the "Add Item" button and filling in the details.
- Once you've purchased an item, mark it as purchased by clicking on the checkbox next to the item.
- Edit or delete items as needed.
- Download a PDF copy of your grocery list by clicking on the "Download PDF" button.
- When you're done, you can either keep the list for future reference or delete it.
Contributions are welcome! If you'd like to contribute to the ClickAndGo website, please fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries or feedback, please contact us at [email protected].
Happy grocery shopping with ClickAndGo! 🛒🌟