Skip to content

yasu-pro/ToDoList_Weather-app

Repository files navigation

TodoList・お天気アプリ (v1.0.0)

TypeScript と React , Redux の学習のために作成したアプリ。

URL

TodoList アプリ お天気 アプリ(v1.0.0)

DEMO

image

Features

  • TypeScript,React,Redux の知識を深めるために作成しました。
  • "TodoList"として、期日機能、ソート機能、タスク状況が確認できるツールを作成しました。
  • "お天気アプリ"として OpenWeather の API を使用して、天気アプリを追加しました。

Technologies and Libraries Used

  • TypeScript
  • React
  • Redux Toolkit
  • Next.js
  • Material-UI
  • tailwindcss
  • openweathermap

Requirement

  • node 20.5.0
  • npm 9.8.1

Usage

git clone git@github.com:yasu-pro/ToDoList.git
cd ToDoList-app
npm install
npm run build
npm run start