-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
94e503d
commit f55c756
Showing
1 changed file
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,17 @@ | ||
# wtwr-app | ||
# WTWR (What to Wear?) Application | ||
|
||
## About the project | ||
|
||
**Full-stack application.** Use the following frameworks: | ||
|
||
- React.js | ||
- Node.js + Express.js | ||
- MongoDB + Mongoose | ||
|
||
The idea of the application is pretty simple - we make a call to an API, which then responds with the daily weather forecast. We collect the weather data, process it, and then based on the forecast, we recommend suitable clothing to the user. | ||
|
||
## Links | ||
|
||
- [Figma Design](https://www.figma.com/file/lNHEpsFEPoFVfsCDUf8nKA/WTWR-(Apiary)?node-id=163%3A194) | ||
- [Project Description](https://github.com/practicum-student/wtwr-app/blob/main/Project%20Description.md) | ||
- [Technical Tasks](https://github.com/practicum-student/wtwr-app/blob/main/Tasks.md) |