An open API service indexing awesome lists of open source software.

https://github.com/sofiarocher/pokemon-task-manager

Pokemon task management application where tasks are uniquely assigned to Pokémon characters. Users can create, view, and delete tasks associated with different Pokémon. This application is designed for desktop users and leverages a Pokémon API to fetch Pokémon names.
https://github.com/sofiarocher/pokemon-task-manager

formik frontend materialui react take-home-test

Last synced: 8 months ago
JSON representation

Pokemon task management application where tasks are uniquely assigned to Pokémon characters. Users can create, view, and delete tasks associated with different Pokémon. This application is designed for desktop users and leverages a Pokémon API to fetch Pokémon names.

Awesome Lists containing this project

README

          

# Pokemon Task Manager

This is a task management application where tasks are uniquely assigned to Pokémon characters. Users can create, view, and delete tasks associated with different Pokémon. This application is designed for desktop users and leverages a Pokémon API to fetch Pokémon names.
I had to do it for a take-home test for a job.
## Features

- Task Assignment: Assign tasks to your favorite Pokémon, creating a personalized task list.
- Task Management: Easy to use interface for adding, viewing, and deleting tasks.
- Pokémon Integration: Utilize the Pokémon API to choose from a vast list of Pokémon for task assignment.

## Tech Stack

- React: For building the user interface in a modular and maintainable way.
- Formik: To manage form state and validations, making the forms robust and user-friendly.
- Material-UI: Used for designing a sleek and responsive user interface, providing a great user experience.
- Pokémon API: Fetches the names and details of Pokémon to be used in task assignments.

## Installation

Clone pokemon-task-manager

```bash
git clone https://github.com/sofiarocher/pokemon-task-manager.git
```

Install the packages
```bash
npm install
```

Run my ecommerce-bakery
```bash
npm run start
```