A weather app with 5 days forecast 💦.
- 🌠 React
- 🧐 Typescript
- 📦 Parcel
- 🚀 Vercel ™️
- Styling improvements 💅
- More testing 🤯
npm install
npm run dev
npm test // all suites will be executed
npm test <path> // i.e npm run Row.test.tsx
Remove the node_modules
folder on the root folder and on every package and reinstall dependencies by running npm install
.