Skip to content

MarikTar/travel_map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test User

Login @email [email protected] password a12345

Description:

Travel map is an application for those who love order in photos after each trip.

  • the ability to sort photos by country;
  • automatic sorting of photos by countries;
  • View photos of the selected country.

Action plan:

registration form / login

Link branch;

  • implement login / registration form on the local server;
  • implement user database:
    [{
    login: true, username: loginName, password: 'password', memory: [{ country: 'countryName'; url: [img1.jpg,img2.jpg,...] },{...}] },{...}];

main window

Link branch;

  • display a map of the world;
  • display a list of countries in the world;
  • implement button to call the window for adding photos;

window for adding / viewing photos

Link branch;

  • implement button to add photos;
  • display added photos;
  • implement sorting of photos by metadata;

structure

procject/
├── src/
│   ├── assets/ - dir for a static images, svgs, audio, etc
│   │   ├── img/ - dir for png/jpeg images
│   │   ├── svg/ - dir for svg images (could be omited if small amount)
│   │   └── favicon.ico - favicon file
│   │
│   ├── components/ - dir for presentative components
│   │   └── component_name/ - example of component directory
│   │       ├── styles/
│   │       │   └── index.css
│   │       └── index.jsx
│   │
│   ├── index.html - main html file
│   ├── routing.jsx - file with react-router for example that defines pages of app
│   └── index.jsx - main jsx file
│
├── package.json
└── README.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •