Skip to content

dazhuox/EasyTasking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

EasyTasking - Frontend

Description

A full-stack application built to give students a way to organize or manage their tasks more easily. It could be used by a small group friends that are working on a group project. It could also be used by simply any group of people wanting to have a common task list.

The application does a couple things:

  1. It allows users to see a list of all the tasks;

  2. It allows users to see a task in detail;

  3. It allows users to edit tasks by: a. Changing the name of the task; b. Changing the description of the task; c. Changing the Color of the task.

  4. It allows users to delete tasks;

  5. It allows users to see who created the task

  6. It allows users to see who is part of the group that is able to access the website

How it's Built

It's built using SpringBoot for the backend and React.js for the frontend

image These are the components and files of the application.

For the backend, here it is: https://github.com/dazhuox/EasyTasking---Backend

Librairies used :

  1. React Router (react-router-dom): https://reactrouter.com/en/main
  2. React Color (react-color): https://github.com/uiwjs/react-color

Running the Project

To run the project, First download node_modules and add it to this react app. Then, download the files for the backend. Link here: https://github.com/dazhuox/EasyTasking---Backend The port is 8080. Note: The IDE used is IntelliJ.

Challenges

Firstly, time was a major constraint. For reasons I'm not getting into, this was done over 2 days. Secondly, just writing the code was quite challenging as I tried things I hadn't learned yet, which often didn't end up working. The Student entity was designed to have a firstName and a lastName, but for some reason I decided to make it a single String called "fullName" in StudentResponse. That made it challenging as I couldn't manipulate the CRUD operations as easily as I wanted to. I also did not have enough time to make the design look good for some of the pages. Lastly, I found it difficult to learn how to use Router as it had many versions, and finding information was difficult as their website did not answer most of my questions. Other sources were not helpful either as they mostly were from outdated versions of Router, where everything was different.

Design

Home Page

First, the Home page. This is a very generic page that doesn't show the functionalities in its content. image

Mobile

image

Tasks Page

Then, we have the Tasks Page. This page shows the entire list of tasks made by everyone. image

Mobile

image

Clicking on the "Add Task" Button brings us to a page to add a new task, clicking on a task brings us to a a page that shows the task on itself. That page is called "TaskDetails" and has a button "Go Back" and "Edit". image

Clicking on "Edit" brings us to a page where the user could update the task's Name, Description, and change the color using a color picker.

Students Page

This is a very simple page where all the students that are participants are shown by their email. This is so students or users can contact eachother through their emails

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published