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.
- Host: GitHub
- URL: https://github.com/sofiarocher/pokemon-task-manager
- Owner: sofiarocher
- Created: 2023-05-23T16:57:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T20:05:10.000Z (over 1 year ago)
- Last Synced: 2025-02-25T01:54:41.176Z (8 months ago)
- Topics: formik, frontend, materialui, react, take-home-test
- Language: JavaScript
- Homepage: https://poketask-b6745.web.app/
- Size: 55.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```