/Travel-Journal

Travel Journal is an open-source project that allows you to create a list of your travel journeys.

Primary LanguageJavaScript

Travel-Journal

Travel Journal is an open-source project that allows you to create a list of your travel journeys.

Table of contents ✨

Requirements

  • Data array in a separate .js file you can add your add in data.js
  • you have Knowlage about basic of js

Screenshot

screenshot

Links

Contribution

  • Step-1 Fork This Repo / Clone this Repo

  • Step-2 Goto this Path src/data.js

  • Step 3 Edit the data.js file Add followning code and also add your own data

 {
    key: 4,
    title: "India Gate",
    location: "India",
    googleMapsUrl: "https://goo.gl/maps/5J6KAPeSgM8CHQwB7",
    startDate: "02 Jan, 2021",
    endDate: "18 Nov, 2021",
    description:
      "The India Gate is a war memorial located near the Kartavya path on the eastern edge of the  of New Delhi, formerly called duty path.",
    imageUrl: "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTf2wVDDfPmZP1eODqeU29-bcAQIYVUZpCnI8oLraJJLQ&s",
  },
  • Step-4 Commit it And Make Pull Request I will Be Merge into 12hour 😁

Congulations for Your Contribution 🎊🎉