Welcome to the AI Advent Frontend! This React application is designed to provide an engaging and interactive user interface for the AI Advent project.
- Prerequisites
- Project Structure
- Installation
- Running the Application
- Usage
- Contributing
- License
- Contact
Before you begin, ensure you have met the following requirements:
- Node.js and npm: Download and install Node.js (which includes npm).
- Git: Download and install Git.
Clone the repository to your local machine:
git clone git@github.com:YourUsername/AIAdvent.git
cd AIAdvent/AI-FrontEnd
Navigate to the AI-FrontEnd
directory and install the required dependencies:
cd ai-advent
npm install
Start the React application by running:
npm start
This will start the development server and open the application in your default web browser. If it doesn’t open automatically, you can navigate to http://localhost:3000
in your web browser.