Welcome to OneWorld Charity! This repository contains the code for the OneWorld charity website, a platform committed to making a lasting impact on the lives of those in need. Together, we strive to create a better world for everyone.
- Vite: was used for the 'create-react-app'
- React: A JavaScript library for building user interfaces.
- Javascript: A typed superset of JavaScript that compiles to plain JavaScript.
- CSS: Cascading Style Sheets for styling the application.
- HTML5: Hypertext Markup Language
Follow these steps to run the project locally:
-
Clone the Repository: Clone this repository to your local machine using
git clone. -
Navigate to the Project Directory: Open a terminal and navigate to the project directory:
cd oneWorld -
Install Dependencies
npm install
-
Run the application
npm run dev
-
Access the Application: Go to your browser and type the following URL: http://localhost:5173/
-
Close the Application: Press
Ctrl + Cin the terminal to stop the application when you're done.
