Project's description

This is a responsive website built with HTML5, CSS3 (flexbox, grid, BEM), and following a design mockup in Figma.

JavaScript is used to add functionality to Form Fields in a Popup Box and save the edited values. Used BEM methodology with a nested file structure. The project adapts to the width of various devices (from 320px to 1280px). The project is based on dynamically editing the profile information on popup modals and adding cards of places and image popups. Everything is rendering responsively adapting to different screen sizes. Connected to a provided REST API and server.

All authorization, registration and token requests goes through to the server running on https://register.nomoreparties.co.

Features

Form Popup Modal:

  • editing profile information
  • adding/deleting cards with images and titles using a link to photo
  • forms are validated using javascript
  • image popup for each card with Delete and Like button.

Technologies

Stack: HTML5, CSS3, flexbox, grid layout, BEM, Media queries, transition, JavaScript, DOM, Debugging Git, Figma, Form validation, OOP, Webpack, REST API.

Figma

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.