marinakinalone / le-voyage-a-stockholm

An interactive guide to present my favorite places in Stockholm on a map

Home Page:https://le-voyage-a-stockholm.onrender.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

le-voyage-a-stockholm

A small app to present my favorite places in Stockholm on a map

wireframe
a creative collaboration with Stormy Cat

Built with

- client-side -

- server-side -

  • Node.js
  • Express

- database -

  • MongoDb & Mongoose

- devops -

Deployments

server

client

Installation

# in the server folder
npm i
npm run start # node
#or
npm run dev # nodemon for development purposes

#in the client folder
npm i
npm run start

What I have learned

The initial project was created during a "hacking day" so I learned to create a small app from scratch and stick to a MVP. The biggest "chunk" was to go through the huge documentation of the Google Maps API: it was a nice exercise to practice reading technical documentation :)

What's next to do?

  • add an admin page (with authentication) to create, update and delete locations
  • write more React tests
  • play with React Router a little bit
  • improve the UI (especially in terms of accessibility, hover states)
  • improve copywriting (maybe add some pictures)
  • oh and I'd love for the user to be able to have an account and save their favorite locations!!

Team

Marina Kinalone Simonnet
Marina Kinalone Simonnet

MIT © Marina Kinalone Simonnet

About

An interactive guide to present my favorite places in Stockholm on a map

https://le-voyage-a-stockholm.onrender.com/

License:MIT License


Languages

Language:JavaScript 76.3%Language:SCSS 18.0%Language:HTML 4.2%Language:CSS 1.5%