This is a web application for task management that allows users to create, list, edit, and delete tasks. The frontend is developed using React.js, React Router DOM for route management, and TypeScript.
Assis Junior
To run the project locally, follow the steps below.
Make sure you have the following installed:
- Node.js
- API to control requests, suggest my API: https://github.com/AssFerj/tasks-api.git
- npm or yarn
-
Clone the repository:
https://github.com/AssFerj/lista-de-recados-3.0.git
-
Install dependencies:
npm install
or
yarn dev
-
Run the development server:
npm run dev
or
yarn dev
The application should be running at http://localhost:5173.
- Open your web browser and go to http://localhost:5173 to access the frontend.
- Use the application to login user, createuser and task, list, edit, and delete tasks.
- React.js
- React Router DOM
- TypeScript
- JSON Web Token
This project is licensed under the MIT License - see the LICENSE file for details.
- Email: Assis Junior WM
- GitHub: AssFerj