Modern GPT3 is a static website built with React, based on a Figma design by AR Shakir. The project showcases a modern UI/UX design inspired by the GPT-3 model.
- Screenshot
- Installation Guide
- Usage Instructions
- Technologies & Dependencies
- Project Structure
- Features & Roadmap
- Contributing Guidelines
- License & Credits
- Troubleshooting & FAQs
Live Site: https://moderngpt3bysayaliakbar.netlify.app/
- Clone the repository:
git clone https://github.com/yourusername/modern-gpt3.git
- Navigate to the project directory:
cd modern-gpt3 - Install dependencies:
npm install
To start the project, run:
npm startThis will start the development server and open the project in your default web browser.
- React
- BEM for CSS
- Animista.net for animations
- Angrytools for gradients
modern-gpt3/
├── public/
│ ├── logo.svg
│ └── ...
├── src/
│ ├── assets/
│ ├── components/
│ ├── containers/
│ ├── App.jsx
│ ├── App.css
│ ├── index.css
│ └── main.jsx
├── package.json
├── index.html
└── README.md
public/: Contains the static files.src/components/: Contains the React components.src/containers/: Contains the container components.src/App.jsx: Main application component.src/main.jsx: Entry point of the application.
- Modern UI/UX design
- Responsive layout
- Smooth animations
- Add more interactive elements
- Improve performance
- Fork the repository.
- Create a new branch (
feature/your-feature-name). - Commit your changes.
- Push to the branch.
- Open a pull request.
This project is licensed under the MIT License. Special thanks to AR Shakir for the Figma design.
- Issue: Development server not starting.
- Solution: Ensure all dependencies are installed by running
npm install.
- Solution: Ensure all dependencies are installed by running
For more FAQs, please contant on my LinkedIn: sayalikbar.
