Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • ReactChallenge ReactChallenge
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Jobsity
  • ReactChallengeReactChallenge
  • Wiki
  • React Challenge Instructions

React Challenge Instructions · Changes

Page history
Update React Challenge Instructions authored Jul 05, 2021 by Jobsity Admin's avatar Jobsity Admin
Hide whitespace changes
Inline Side-by-side
Showing with 2 additions and 2 deletions
+2 -2
  • React-Challenge-Instructions.md React-Challenge-Instructions.md +2 -2
  • No files found.
React-Challenge-Instructions.md
View page @ a2d582b6
......@@ -19,7 +19,7 @@ You should start by rendering a single month view of a calendar for the current
## Mandatory features
- 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.
- Add a weather service call from [OpenWeather](https://openweathermap.org/forecast16) 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/) and get the weather forecast (e.g. Rain) for the date of the calendar reminder based on the city.
## Bonus (Optional)
......@@ -44,4 +44,4 @@ You should start by rendering a single month view of a calendar for the current
- Run `npm install` | `yarn install` to install all dependencies.
- Run `npm start` | `yarn run` to run the app locally.
- You can find the project running on `localhost:3000`.
- You can find the project running on `localhost:3000`.
\ No newline at end of file
Clone repository
  • React Challenge Instructions
  • Home