NFT collections were implemented following this design.
Images were selected randomly.
- Implemented layout with pure HTML/CSS/JS;
- Made three accordeons with smooth opening/closing;
- A purchase form was made with validation (all 4 fields are required);
- After purchasing one product card, it is marked as SOLD;
- The "Hide sold posters" switch hide all cards sold;
- Was implemented ability display the current number of cards to purchase;
- Mobile design was implemented.
- VS Code
- ESlint
- JS
- HTML
- SCSS
- stylelint
- Node v14.18.2 and higher
- NPM v6.14.12 and higher
- Fork and clone this repository
- Run
npm install
in your terminal - Run
npm start