Skip to content

An interactive learning platform for students and educators. Create/manage blogs, courses, and user info effortlessly. Customize roles/permissions, foster collaboration, and ensure data security

Notifications You must be signed in to change notification settings

ecommerce-six/irtc-frontend

Repository files navigation

IRTC Front-end


Logo

IRTC is a web application designed to make learning trading easier than ever before.

Built using NextJs the frontend provides a seamless user experience for both administrators and customers.

Introduction 👋

IRTC is a web application built with Next.js and React. The frontend is styled using Tailwind CSS, with Redux handling state management. Form validation is managed with Formik, and Material-UI is utilized in specific sections for additional components and styling.

Table of Contents

Installation

Prerequisites

Ensure you have the following installed on your system:

Steps

  1. Clone the repository:

    git clone https://github.com/ecommerce-six/irtc-frontend.git
    cd irtc-frontend
  2. Install dependencies:

    Using Yarn:

    yarn install

    Or using npm:

    npm install
  3. Create a .env.local file:

    Copy .env.example in example branch to .env.local and configure the environment variables according to your needs.

    cp .env.example .env.local
  4. Run the development server:

    Using Yarn:

    yarn dev

    Or using npm:

    npm run dev

    The application should now be running at http://localhost:3000.

Usage

After starting the development server, you can access the application at http://localhost:3000. For production, build the project using:

yarn build

Or with npm:

npm run build

Then, you can start the server using:

yarn start

Or with npm:

npm start

Contribution

We welcome contributions! To get started:

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

Guidelines

  • Follow the coding standards used in the project.
  • Ensure your code aligns with the project's coding patterns.
  • Document your changes where applicable.

About the Developers

This project is maintained by the developers at Ecommerce Six. Our team is dedicated to building scalable and efficient e-commerce solutions. We welcome feedback and suggestions to improve our products.

License

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


---

Feel free to replace any placeholder text or sections with specific information relevant to your project.

About

An interactive learning platform for students and educators. Create/manage blogs, courses, and user info effortlessly. Customize roles/permissions, foster collaboration, and ensure data security

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages