TradeConfirmed is a web-based trading log app that allows you to document your previous investment transactions.
- Secure user authentication and registration
- Log buy and sell orders
- View and edit previously logged orders
To use TradeConfirmed, follow these steps:
- Clone this repository to your local machine
- Build the bundle file and install dependencies using the
npm run buildcommand - Run the app using the
npm run startcommand - Open your browser and navigate to http://localhost:3000 or visit https://tradeconfirmed.onrender.com/ to use the hosted version
If you'd like to contribute to TradeConfirmed, please follow these steps:
- Fork this repository
- Create a new branch for your feature or bug fix
- Make your changes and test them thoroughly
- Submit a pull request with a clear description of your changes
This project is licensed under the MIT License - see the LICENSE.md file for details.
TradeConfirmed was built with the following technologies:
- React
- Node.js
- Express
- PostgreSQL
- Webpack
- SCSS