annika-works / should-i-go

A product MVP that was made in 2 weeks for final project at https://salt.study/ three months training program.

Home Page:https://www.should-i-go.to/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should-I-Go is providing users with information on visitor density in popular places. Our main goal is to help people stay safe in times of pandemic like Covid-19. But this application can also be used in everyday life, like checking when the best time is to go to your destination, to avoid traffic or having too much people in a specific place.

_Click this link to check mobile version of the MVP: https://www.should-i-go.to/

This project is being built using:

Frontend Backend PaaS
NextJS NextJS API Render

Getting Started

  1. Clone the project:
git clone https://github.com/mar-veloper/should-i-go.git
  1. Install the dependencies by running:
cd should-i-go
yarn
# or 
cd should-i-go
npm i
  1. You will need a GOOGLE API for this project. Put your GOOGLE API in your .env file like this:
GOOGLE_API_KEY=your-google-api-key
  1. Run the development server:
npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Contributors

This project was a collaboration of

Alan Hajo
Annika Hallerberg
Jonmar Tamon

as part of a three-month extensive Full-Stack Javascript Development bootcamp by the School of Applied Technology Stockholm.

About

A product MVP that was made in 2 weeks for final project at https://salt.study/ three months training program.

https://www.should-i-go.to/


Languages

Language:JavaScript 76.0%Language:SCSS 24.0%