WikiRocket is a simple Next.js web application that allows users to search for information on Wikipedia. The application fetches data from Wikipedia using the Wikipedia API and displays the results in a user-friendly interface.
To use WikiRocket, simply enter a keyword in the search bar and press the 🚀 button. The application will fetch relevant data from Wikipedia and display the results on the page.
Make sure you have the following installed:
git clone https://github.com/Hardik645/WikiRocket.git
cd WikiRocket
npm install
npm run dev
The application will be accessible at http://localhost:3000.
The project structure is organized as follows:
pages
: Contains Next.js page components.components
: Contains React components used throughout the application.lib
: Contains utility functions and API-related logic.styles
: Contains global styles and CSS modules.If you'd like to contribute to WikiRocket, please follow the contribution guidelines.
For any questions or feedback, please contact:
Feel free to open an issue if you encounter any problems or have suggestions for improvement.