Skip to content

reszkojr/manthano-frontend

Repository files navigation

Manthano - Frontend

manthano-newlogo-light

This is Manthano's frontend repository. Manthano is a virtual learning environment aimed at making the academic communication process more effective and interactive.

This project was built using mainly ReactJS and TailwindCSS.

manthano landing2

Overview

Manthano's frontend was developed in React, a widely used JavaScript library for creating interactive user interfaces. It works in conjunction with the backend (Python/Django) to provide a seamless and enriching user experience.

Features

  • Intuitive Interface: The frontend offers an intuitive and responsive user interface to ensure an excellent user experience.

  • Registration and Login Forms: Allows users to register and log in to their accounts.

  • Classroom Enrollment: Users can enroll in existing classrooms or create new ones.

  • Responsiveness: The frontend design is responsive, adapting to different screen sizes, including smartphones, tablets, and desktops.

Prerequisites

  • Node.js
  • NPM
  • Axios 1.5.1
  • ReactJS 18.2
  • Vite 4.4.5

How to Get Started

  1. Clone this repository to your local environment:

    git clone https://github.com/your-username/manthano-frontend.git
  2. Navigate to the project directory:

    cd manthano-frontend
  3. Install project dependencies:

    npm install
  4. Start the development server:

    npm start
  5. The application will run in development mode. Open http://localhost:5173 in your browser to view it.

Contribution

If you wish to contribute to the development of Manthano Frontend, follow these steps:

  1. Fork this repository.
  2. Create a branch for your new feature or bug fix: git checkout -b feature/new-feature or git checkout -b fix/bug-fix.
  3. Make your changes and commit them: git commit -m 'Add new feature'.
  4. Push your changes to the remote repository: git push origin feature/new-feature.
  5. Open a pull request (PR) to have your changes reviewed.

License

This project is licensed under the AGPL License.


Developed by Fabio S. Reszko Jr.