Skip to content

moraesc/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My React App

This is a simple React application built with TypeScript. It serves as a template for creating new React projects.

Project Structure

my-react-app
├── public
│   ├── index.html          # Main HTML file for the application
├── src
│   ├── components
│   │   └── App.tsx        # Main App component
│   ├── index.tsx          # Entry point of the React application
│   ├── App.css            # Styles for the App component
│   ├── App.test.tsx       # Tests for the App component
│   └── setupTests.ts      # Configuration for the testing environment
├── package.json            # npm configuration file
├── tsconfig.json           # TypeScript configuration file
└── README.md               # Documentation for the project

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository:

    git clone <repository-url>
    
  2. Navigate to the project directory:

    cd my-react-app
    
  3. Install the dependencies:

    npm install
    
  4. Start the development server:

    npm start
    

Running Tests

To run the tests for the application, use the following command:

npm test

Built With

  • React
  • TypeScript
  • CSS

License

This project is licensed under the MIT License.

About

Simple weather app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published