This is the frontend of the Task Manager application, built with React.
- 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)
- React
- Axios for API requests
- React Router for routing
- Node.js installed
-
Clone the repository:
git clone https://github.com/your-username/your-repo.git cd your-repo/frontend -
Install dependencies:
npm install
-
Create a
.envfile in the root of the project with the following content:REACT_APP_API_URL=http://localhost:5000/api
-
Start the development server:
npm start
- 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.