Welcome to the Weather Forecast app! Built with React, this app delivers current weather conditions using various libraries for enhanced functionality and user experience.
- @iconscout/react-unicons: High-quality icons for visual elements.
- @testing-library/jest-dom: Jest utility for real DOM-based testing.
- @testing-library/react: Testing React components.
- @testing-library/user-event: Simulating user interactions for testing.
- luxon: JavaScript library for date and time handling.
- react-toastify: Notification library for React.
- web-vitals: Monitors and improves web performance.
- src: Source code.
- .gitignore: Ignores files in Git.
- README.md: Project documentation.
- package-lock.json: Records package versions.
- package.json: Project metadata and dependencies.
- tailwind.config.js: Tailwind CSS configuration.
- start: Runs the development server.
- build: Builds the app for production.
- test: Executes Jest tests.
- eject: Ejects from Create React App for customization.
Configured for various browsers during development and production.
- Clone the repository.
- Navigate to the project directory.
- Run
npm install
to install dependencies. - Execute
npm start
to launch the development server.
Feel free to explore and enhance the Weather Forecast app! For questions or feedback, refer to the contact information in the documentation.