Nike Snkrs eCommerce.app
- Successfully built frontend application with no type error.
To install the project and its dependencies, follow these steps:
-
Ensure you have
npm
installed on your system.npm install
-
Run the following command to install the project dependencies:
cd frontend && npm install
- you can use this account for login, but don't change the password
email: jasmine@example.com
password: 123456
- you get register just using @example.com. There is no heavy validation on it
- This is my first project of using atomic design patterns. The good thing about the atomic design pattern is I can think about reusability more deeply than the other moment.
- Also the independence of atoms and molecules may easily revise the style code rather than putting it all together.
- However, when a component grows rapidly and needs to name it, it's getting hard. Also thinking about reusability could postpone writing your business logic. So what I recommend is just make a team with some designer and ask them about atoms like how many buttons are there? would be good to enhance the speed of making atoms by just looking at some website.