Skip to content

A simple front-end react app that allows a user to save a task to a list by submitting a form.

Notifications You must be signed in to change notification settings

jbramirez03/React-Tasker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Tasker

license-badge followers

Summary

This is a simple front-end app that utilizes react in order to render different components on the site without having to reload the window. The purpose of this site is keeping track of tasks by saving them to a list and adding or removing tasks through a form. There is also the ability to set the tasks as reminders by having a colored border on any specific task.

Table of Contents

Usage

In order to add a task simply click the add button and the add task form appears at the bottom of the tasks list. Once you submit the task it will appear at the bottom of the stack of tasks. If you would like to set a task as a reminder simply double click the task and the green border will appear on that individual task. If you would like to remove a task, click the red 'x' beside the task title text.

Functionality

React Tasker

Credits

Jason Barrera-Ramirez

LinkedIn

License

This Project is covered by the MIT license

Challenges

The main challenge with this project was figuring out how each component would interact with each other and which props were necessary to pass in to each individual component. The next issue following closely behind was keeping the tasks global in order for each component to be able to make changes to their state.

Technologies

javascript CSS html nodejs heroku bootstrap github

Features

The main feature of this site is the ability to have a smooth ui without any page reloads and the ability to add tasks and set them as reminders.

Future Development

A definite path this project is headed is the ability to save tasks locally so they appear everytime you return to the site as well as intergrating more features in the ui.

How to Contribute

Fork the Repo and make a pull request for code to be reviewed and considered for merge to main branch.

Questions

If there are any questions about the project get in contact with me at my Email

Link

This is the link for the live website hosted on heroku

About

A simple front-end react app that allows a user to save a task to a list by submitting a form.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published