Skip to content

dchaudhari7177/Socials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


SocialNest

Welcome to SocialNest, your one-stop platform for the latest news, weather updates, live cricket scores, jokes, and more!

Features

  • Weather Updates: Get real-time weather updates for your city.
  • Latest News: Stay informed with the latest news from around the world.
  • Live Cricket Scores: Follow live cricket scores and updates.
  • Jokes: Enjoy a good laugh with our collection of jokes.
  • Tic Tac Toe: Play a classic game of Tic Tac Toe.

Technologies Used

  • React
  • Axios (for making HTTP requests)
  • CSS (for styling)

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/dchaudhari7177/socials.git
  2. Navigate into the project directory:

    cd SocialNest
  3. Install dependencies:

    npm install
    # or
    yarn install

    Note: You need to have Node.js installed on your system. You can download it from nodejs.org.

  4. Replace API Keys:

    • Weather API: Replace 'YOUR_WEATHER_API_KEY' in Weather.jsx with your actual OpenWeatherMap API key. Get one from openweathermap.org.

    • News API: Replace 'YOUR_NEWS_API_KEY' in News.jsx with your actual News API key. Get one from newsapi.org.

    Note: Never expose your API keys publicly. Consider using environment variables or .env files for security.

  5. Start the development server:

    npm start
    # or
    yarn start
  6. Open http://localhost:3000 to view it in the browser.

Deployment

This project is deployed on Vercel.

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue if you find a bug or want to propose a new feature.

Author

License

This project is licensed under the MIT License - see the LICENSE file for details.