This repository contains the full API of "Around the U.S." project that features user authorization and user registration and handles cards and users.
- Endpoint of the API: https://api.aroundtheus-timothyrusso.students.nomoreparties.sbs
- Endpoint for the live project: https://aroundtheus-timothyrusso.students.nomoredomainssbs.ru/signin
This is a project that showcases a social network where users can share, add, remove, or like photos. This project is made following detailed specifications and Figma.
This application contains hover effects, links and transitions effects. Main functionality:
- Add, remove or like photos
- Edit the name and the role of the user
- View the preview of the images
- User validation
npm run start
— to launch the server.
npm run dev
— to launch the server with the hot reload feature.
npm run start
— to launch the react application.