- Vincent Cimino (Project Lead)
- Colin Luangrath
- Wangzu Ge
- Will Dart
- Justin Wang
NoteTaker's vision is to be a software for people to save ideas, feelings, and images in the form of daily notes in order to save them in a visually appealing and convenient calendar that syncs across their devices.
Currently, we are looking to use React.js and Python as our stack
- Get a free API Key at https://example.com
- Clone the repo
git clone https://github.com/your_username_/Project-Name.git
- Install NPM packages
npm install
- Enter your API in
config.js
const API_KEY = 'ENTER YOUR API';