Skip to content

Dyrun/ask_mate_AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ask Mate AI

A modern Q&A platform built with React and Material-UI, featuring a clean and responsive design.

Features

  • User authentication (login/register)
  • Ask and answer questions
  • Points system for user engagement
  • Responsive design for all devices
  • Modern Material-UI interface

Tech Stack

  • React
  • Material-UI (MUI)
  • React Router
  • Node.js/Express backend
  • RESTful API

Getting Started

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn

Installation

  1. Clone the repository:
git clone [your-repo-url]
  1. Install dependencies:
npm install
# or
yarn install
  1. Start the development server:
npm start
# or
yarn start
  1. Open http://localhost:3000 to view it in your browser.

Project Structure

src/
  ├── components/     # React components
  ├── services/      # API services
  ├── utils/         # Utility functions
  ├── App.jsx        # Root component
  └── index.js       # Entry point

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors