Welcome to JAMZ, a clothing & accessories store. This web application simulates an e-commerce experience, offering a range of products in women’s, men’s, and jewelry categories.
-
FakeStore API: I integrated the FakeStore API for data retrieval, populating the online store with product information to simulate an e-commerce catalog.
-
Key Pages: The web application includes several key pages:
- Landing Page: Welcomes users to the online store and provides an overview of available products.
- Login Page: Allows registered users to log in.
- Registration Page: Allows new users to create an account.
- Product Pages: Individual pages for each product, displaying detailed information, pricing, descriptions, and sizing.
I managed the development process and tracked tasks using Trello, ensuring a structured and organized workflow. The website is successfully deployed and hosted on Netlify, ensuring fast and reliable access for visitors.
To run this project locally for development or testing purposes, follow these steps:
- Clone the repository:
git clone https://github.com/johanavane/online-store.git
- Navigate to the project directory:
cd online-store
- Install dependencies:
npm install
- Start the development server:
npm start
oryarn start
- Access the website in your browser at
http://localhost:3000
The page will automatically reload if you make any edits, and any lint errors will be displayed in the console.
If you have any questions or would like to get in touch, feel free to reach out to me via email at johanamalv@gmail.com.
Thank you for visiting my project!