Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PTBC6: Shawn Goh #18

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

TodoList.js
.vscode
Check.js
48 changes: 40 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,47 @@
# Rocket Academy Coding Bootcamp: Project 1: Frontend App
# Rocket Academy Coding Bootcamp: Project 1: Frontend App (Todo list)

https://bc.rocketacademy.co/1-frontend/1.p-frontend-app
Current v1.0.0
Link: https://shawn-goh24.github.io/project1-bootcamp/

## Available Scripts
## Description

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). In the project directory, you can run:
A simple todo list application to keep track on daily tasks.

### `npm start`
**Features:**

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
1. Able to add, delete, edit tasks
2. Search tasks
3. View tasks based on selected drawers

The page will reload when you make changes.\
![Todo](./assets/todo-gif.gif)

_Sample tasks are added into the application._

## Challenges faced

- Getting the datepicker for MUI to work and get values for dates

## Other features to be added in the future

1. Allowing users to drag and drop tasks
2. Added new destructive message when deleting items
3. New tabs to keep track on upcoming tasks
4. Adding databases for different users as well as saving their tasks
5. Adding labels/priorities/descriptions/subtasks

## Current limitations

1. Unable to save tasks to databases/arrays
2. Tasks will reset when refreshed

## Misc.

To install this locally, use `git clone`, then `npm i` to install all dependencies in this app
This project was bootstrapped with Create React App. In the project directory, you can run:

`npm start`
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.
Binary file added assets/todo-gif.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading