Skip to content

kresimirko/kikipnt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English | hrvatski



a submission for EDIT Code School's advanced JavaScript course's finals (2022/2023) by Digitalna Dalmacija


⚠️ You're currently viewing the code for an updated version of kikipnt with additional improvements, based on a version with no Firebase funcionality. If you wish to view the original kikipnt, switch to the dev branch.

🔗 Check it out running live! kikipnt on GitHub Pages (without Firebase functionality)


📌 kikipnt (pronounced "kiki point") is a web app for looking up places of the world. Powered by OpenStreetMap.

kikipnt screenshot

Inspired by this, I decided to take "kiki" from "kikiriki" (Croatian word for "peanuts") and add "pnt", a shortened version of "point". That's how I got the name kikipnt.

The project files themselves are in the kikipnt directory.

Note: For colored comments in the source code, I recommend the Better Comments Visual Studio Code extension.

⌨️ Building and running

(Working directory has to be kikipnt.)

npm install - install all the necessary packages (check the dependency graph for a list)

npm run dev - build and run the development version

npm run prod - build and run the production version

Manual

Development

npx parcel --no-hmr

Production

npx parcel build --no-source-maps --public-url ./

📃 Repository resources

📄 Changelog

📝 Todo

🖼️ Screenshots

🛠️ Credits

Dependencies

Check the dependency graph.

App resources

Ubuntu font

Gantari font

Material Symbols

SVG spinners

Tools

Visual Studio Code

Inkscape

Other resources

Answers from Stack Overflow (necessary attributions are in the source code as comments)

MDN Web Docs

Licenses

MIT and BSD 2-Clause

Check the LICENSE file for more details.


Made by Luka Krešimir Mihovilović with 💙