You can find the deployed project at Get2It.
| Daniel Ajadi | Christine Carpenter | John Kouris | Jay Leach | Vici Shaweddy | Aaron Williams |
|---|---|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| Project Manager | Web Developer | IOS Developer | Web Developer | IOS Developer | Web Developer |
| |
|
|
|
|
|
Get2It is an app that helps people stay organized, focused, and motivated while performing daily tasks. This is accomplished through the use of timers, calendars, and reminders.
- Create, edit, remove tasks
- See lists for current, incomplete, and completed tasks
- Re-use completed tasks
- Toggle in-app notifications for each task
- Add a task to your google calendar
- React's virtual DOM allows us to provide an extremely fast and easy UI.
- The ability to create and reuse Components keeps our code DRY and saves time in the overall development of the app.
- React is an open-source library. Because of this, it has a lot of useful applications and tools that make development easier.
- Redux allows us to centralize our application's state, and persist it.
- Actions and reducers can be used to perform axios requests and to update the apps central state with the returned data.
- Through Redux, the apps components only re-render when the data they are actually using changes.
- Reactstrap has the capabilities of Bootstrap, but is more React friendly because of it's pre-made component library.
- It is a huge time saver when it comes to creating forms, animations, tables, and more.
Back end built using:
- This object-relational database system will safely store and scale our data workload.
- It gives us the ability to define our own data types
- We can write the code using Node.js
- We are using this platform because it allows us to us JavaScript
- Node.js allows us to add, delete, modify data in our database
- This Node framework will allow us to quickly build a RESTful API
- Provides route support for responding to requests
- We are using this tool to help us write SQL queries
https://get2itpt9.herokuapp.com/api/auth/login
When an email and password is posted to this API, the API will verify these credentials. Once the user has been authenticated, they will receive an token for authorization which is then used throughout the App. This token will expire in 1 day. The token is cleared when the user logs out.
The is no API for payment at this time.
In future release canvases we are planning on using calendars from google and other sites.
Environment Variables
There are no environment variables at this time.
Content Licenses
| Image Filename | Source / Creator | License |
|---|---|---|
| doodles.png | Nicole Bennett | Creative Commons |
| rings.svg | Sam Herbert | MIT |
Our test use react-testing-library because it allows us to render and test different react components with the use of Jest. It will test what is being rendered to the DOM. The advantage is that the test rendering will happen the same way as it would in actual use. To help us write test we will alse be using testing-library/jest-dom which is a library within react-testing-library. This makes writing test smoother by allowing us to use custom Jest matchers. This will make the tests easier to read and therefore more maintainable.
- npm install will install node_modules with all dependencies.
- npm start will run the app on your local device.
* build - creates a build of the application
* start - starts the production server after a build is created
* test - runs tests in **tests** directory
* eject - copy the configuration files and dependencies into the project so you have full control over them
* coverageIOS - runs test coverage for IOS devices
* coverage - runs test coverage for Windows devices
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct. Please follow it in all your interactions with the project.
If you are having an issue with the existing project code, please submit a bug report under the following guidelines:
- Check first to see if your issue has already been reported.
- Check to see if the issue has recently been fixed by attempting to reproduce the issue using the latest master branch in the repository.
- Create a live example of the problem.
- Submit a detailed bug report including your environment & browser, steps to reproduce the issue, actual and expected outcomes, where you believe the issue is originating from, and any potential solutions you have considered.
We would love to hear from you about new features which would improve this app and further the aims of our project. Please provide as much detail and information as possible to show us why you think your new feature should be implemented.
If you have developed a patch, bug fix, or new feature that would improve this app, please submit a pull request. It is best to communicate your ideas with the developers first before investing a great deal of time into a pull request to ensure that it will mesh smoothly with the project.
Remember that this project is licensed under the MIT license, and by submitting a pull request, you agree that your work will be, too.
- Ensure any install or build dependencies are removed before the end of the layer when doing a build.
- Update the README.md with details of changes to the interface, including new plist variables, exposed ports, useful file locations and container parameters.
- Ensure that your code conforms to our existing code conventions and test coverage.
- Include the relevant issue number, if applicable.
- You may merge the Pull Request in once you have the sign-off of two other developers, or if you do not have permission to do that, you may request the second reviewer to merge it for you.
These contribution guidelines have been adapted from this good-Contributing.md-template.
See Backend Documentation for details on the backend of our project.





