- Nikolai Khalatiani (GitHub)
This React app represents a final project in Scripting Languages 2023 at Kutaisi International University. The project was brought to its "finalized" form in 12 days. The design blueprint used can be seen on Figma. You can use this link to check the project out conveniently.
- App mimics the MyAuto search page
- Responsive design let's comfortably use it both on desktop and mobile devices
- Key features of sorting, filtering, and displaying products are implemented
- One can always find room for improvement
- Clone the repository:
git clone https://github.com/nikakhalatiani/MyAuto-ReactApp.git - Navigate to the project directory:
cd my-auto-app - Install the dependencies:
npm install
- Start the development server:
npm start - Open your browser and visit:
http://localhost:3000
- React
- TypeScript
- JSX
- Css
- Fork the repository
- Create a new branch:
git checkout -b feature/your-feature - Commit your changes:
git commit -m 'Add your feature' - Push to the branch:
git push origin feature/your-feature - Submit a pull request