Skip to content

maricalmer/birth-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

birth-weather, a website to check the weather data on your birth date

Static website

Website developed with HTML, CSS, Javascript, React and Styled Components. Assets are bundled with Webpack. Application is run on Netlify. Data is pulled from Open-Meteo APIs

HTML CSS JavaScript React Styled Components

JS Packages (non exhaustive)

dayjs animejs @mui/x-date-pickers

APIs

archive geocoding

Run Locally

Clone the project

  git clone git@github.com:maricalmer/maricalmer.github.io.git my-project

Go to the project directory and remove git logs

  cd my-project
  rm -rf .git

Install dependencies

  bundle install
  yarn install

Make sure you have ./node_modules/.bin in your $PATH:

  echo $PATH
  # You should see `./node_modules/.bin` in the list

If it's not the case, add it:

  cd ~/code/dotfiles/<your_github_nickname>
  echo 'export PATH="./bin:./node_modules/.bin:${PATH}"' >> zshrc
  cd ~/code/<your_github_nickname>/my-project
  source ~/.zshrc

Start the server

  yarn start

Visit the page!

birth-weather

License

MIT

About

birth-weather

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published