From f55c7564d44ac382f437ffe489aa874fb1c728d4 Mon Sep 17 00:00:00 2001 From: Andrei Parfenov Date: Fri, 8 Jul 2022 13:03:39 +0300 Subject: [PATCH] add readme --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 016ccff..20baf4d 100644 --- a/README.md +++ b/README.md @@ -1 +1,17 @@ -# wtwr-app \ No newline at end of file +# 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) \ No newline at end of file