About • Extra features • Technologies • Status • Deploy • Running • Author • License
Project developed during a class on the Manual do Dev channel and the project is basically a search engine for climate information from a city informed in the form. Furthermore, during this class, I was able to review the React hooks and also learned how to use Tailwind CSS. In addition, I also got to know a weather log API and practiced API consumption.
- Form error handling
- Error modal for invalid cities
- Adding Typing with Typescript
The following tools were used in the construction of the project:
See the running project: Wheather App
# Clone this repository
$ git clone https://github.com/ThiagoOliveiraCordeiro/wheather-app.git
# Access the project folder in terminal/cmd
$ cd wheather-app
# Install the project dependencies
$ npm install
# or
$ yarn install
# Run the development server
$ npm run dev
# or
$ yarn dev
Open http://localhost:3000 with your browser to see the result.
This project is licensed by MIT.