Skip to content

Medinisree/CodeAnt-AI

Repository files navigation

CodeAnt AI Frontend Assignment

This is a frontend implementation project for the CodeAnt AI Frontend Developer Intern Hiring Assignment. The project uses ReactJS, HTML, and CSS to create a responsive and functional interface for a cutting-edge software product.

Project Overview

CodeAnt AI is a Y Combinator-backed startup revolutionizing the code quality and security industry. This project demonstrates the ability to build a modern, scalable, and maintainable frontend based on a given design.

The application includes:

Home: Introduction to CodeAnt AI's mission and offerings. About: Detailed information about the company and its values. Services: A description of the services provided, focusing on AI-driven solutions. Contact: A contact form for user interaction.

Folder Structure

codeant-frontend/ ├── public/ │ └── index.html ├── src/ │ ├── components/ │ │ └── Navbar.jsx │ ├── pages/ │ │ ├── Home.jsx │ │ ├── About.jsx │ │ ├── Services.jsx │ │ └── Contact.jsx │ ├── styles/ │ │ ├── Home.css │ │ ├── About.css │ │ ├── Services.css │ │ └── Contact.css │ ├── App.jsx │ ├── index.css │ └── index.js ├── package.json └── README.md

Technologies Used

ReactJS: For building the UI components and routing. HTML: For structuring the content. CSS: For styling and responsiveness.

Features

Responsive Navbar: Easy navigation between pages. Home Section: Brief introduction to CodeAnt AI. About Section: Information about the company. Services Section: Detailed explanation of AI-driven solutions. Contact Section: Interactive contact form with validation. Clean Code: Adheres to best practices for scalability and maintainability.

Install Dependencies

Node.js and npm installed. running - npm install

Running the Application

To start the development server npm start

Project Pages

Home

Welcome section with a brief introduction about CodeAnt AI.

About

Details about the company and its innovations.

Services

List of services with descriptions, including AI-driven solutions.

Contact

A form for users to reach out to the team.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published