Welcome to the AI.GEN homepage repository. This project showcases the homepage design and functionality for AI.GEN, a platform that brings digital personas to life effortlessly.
- Project Overview
- Features
- Installation
- Usage
- Screenshots
- Presentation
- Deployment
- Technologies Used
- Contributing
The AI.GEN homepage provides an engaging interface where users can explore the features of AI.GEN, understand the roadmap, and get started with the platform. The design emphasizes user experience with visually appealing elements and intuitive navigation.
- Interactive Banner: A dynamic banner showcasing new features.
- Comprehensive Information: Sections detailing AI.GEN's features, how it works, tokenomics, and roadmap.
- Responsive Design: Ensures a seamless experience across devices.
- Call to Action: Buttons for accessing the whitepaper and getting started with AI.GEN.
-
Clone the repository:
git clone [https://github.com/SursaChauhan/Surendra-Frontend-Developer.git]
-
Navigate to the project directory:
cd fullstack
-
Install the dependencies:
npm install
-
Start the development server:
npm run start
-
Open your browser and go to
http://localhost:3000
to view the homepage.
For a detailed walkthrough of the project, please watch our presentation video https://vimeo.com/956299220/efb43d7627?share=copy.
Check out the live version of the homepage https://6667cc4a0e46b199aee3543c--glowing-pika-74121a.netlify.app/.
- React: JavaScript library for building user interfaces.
- CSS: Styling the components.
- HTML: Structure of the webpage.
We welcome contributions from the community. To contribute, follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -m 'Add new feature'
- Push to the branch:
git push origin feature-branch
- Create a pull request detailing your changes.