Skip to content

frank777ch/task-manager-frontend

Repository files navigation

Task Manager Frontend

This is the frontend of the Task Manager application, built with React.

Features

  • User registration and authentication
  • Task management (create, update, delete, view)
  • Course management (create, update, delete, view)
  • Evaluation management (create, update, delete, view)
  • School management (create, update, delete, view)

Technologies Used

  • React
  • Axios for API requests
  • React Router for routing

Getting Started

Prerequisites

  • Node.js installed

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/your-repo.git
    cd your-repo/frontend
  2. Install dependencies:

    npm install
  3. Create a .env file in the root of the project with the following content:

    REACT_APP_API_URL=http://localhost:5000/api
  4. Start the development server:

    npm start

Usage

  • Visit the home page to see an overview of the application.
  • Register a new user or login with existing credentials.
  • Use the dashboard to manage tasks, courses, evaluations, and schools.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published