Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • ReactChallenge ReactChallenge
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
    • Model experiments
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • JobsityJobsity
  • ReactChallengeReactChallenge
  • Wiki
  • React Challenge Instructions

React Challenge Instructions · Changes

Page history
Add more weather API options authored Aug 06, 2021 by Jobsity Admin's avatar Jobsity Admin
Show whitespace changes
Inline Side-by-side
React-Challenge-Instructions.md
View page @ a09babb8
...@@ -19,7 +19,7 @@ You should start by rendering a single month view of a calendar for the current ...@@ -19,7 +19,7 @@ You should start by rendering a single month view of a calendar for the current
## Mandatory features ## Mandatory features
- Ability to add "*reminders*" (max. 30 characters) for a day and time specified by the user. Also, include a city. - Ability to add "*reminders*" (max. 30 characters) for a day and time specified by the user. Also, include a city.
- Ability to edit reminders - including changing text, city, day and time. - Ability to edit reminders - including changing text, city, day and time.
- Add a weather service call from [MetaWeather](https://www.metaweather.com/) and get the weather forecast (e.g. Rain) for the date of the calendar reminder based on the city. - Add a weather service call from [MetaWeather](https://www.metaweather.com/), [AccuWeather](https://developer.accuweather.com/accuweather-forecast-api/apis/get/forecasts/v1/daily/5day/%7BlocationKey%7D) or [VisualCrossing](https://www.visualcrossing.com/weather/weather-data-services#/login) and get the weather forecast (e.g. Rain) for the date of the calendar reminder based on the city.
## Bonus (Optional) ## Bonus (Optional)
......
Clone repository
  • React Challenge Instructions
  • Home