This repository contains the code for the Travel Kenya project, a web application for exploring tourist destinations in Kenya.
To get a copy of the project on your local machine and run it for development or testing purposes, follow the instructions below.
Ensure that you have Node.js and npm (Node Package Manager) installed on your machine.
Clone the "travel_kenya" repository from GitHub using the following command:
git clone https://github.com/kaleabendrias/travel_kenya.git
Change your current directory to the "front" directory by using the following command:
cd travel_kenya/front
Install the necessary dependencies by running the following command:
npm install
Start the development server by using the following command:
npm run dev
markdown Copy code
This command will run the application in development mode. Open your browser and navigate to http://localhost:3000 to view the application.
- React - JavaScript library for building user interfaces
- Node.js - JavaScript runtime
- and more...
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Hat tip to anyone whose code was used
- Inspiration
- etc