Welcome to SocialNest, your one-stop platform for the latest news, weather updates, live cricket scores, jokes, and more!
- 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.
- React
- Axios (for making HTTP requests)
- CSS (for styling)
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/dchaudhari7177/socials.git
-
Navigate into the project directory:
cd SocialNest
-
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.
-
Replace API Keys:
-
Weather API: Replace
'YOUR_WEATHER_API_KEY'
inWeather.jsx
with your actual OpenWeatherMap API key. Get one from openweathermap.org. -
News API: Replace
'YOUR_NEWS_API_KEY'
inNews.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. -
-
Start the development server:
npm start # or yarn start
-
Open http://localhost:3000 to view it in the browser.
This project is deployed on Vercel.
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.
- Dipak Chaudhari
- Email: [email protected]
- Linktree
This project is licensed under the MIT License - see the LICENSE file for details.