Stock-Watchlist
Stock-Watchlist copied to clipboard
Asset Watchlist Application for Stocks (NSE & BSE), Cryptocurrencies, Options and Indexes.
Stock-Watchlist
Completly Open-Source | Free To Use | Ad-Free
Asset Watchlist Application for Stocks (NSE & BSE), Cryptocurrencies, Options and Indexes.
Table of Contents
-
About The Project
- Built With
-
Getting Started
- Prerequisites
- Installation
- Usage
- Roadmap
- How to Contribute
- License
- Contact
- Acknowledgments
About The Project
Built With
Getting Started
To get a local copy up and running follow these simple example steps.
Prerequisites
- npm
npm install npm@latest -g
Installation
Below is an example of how you can install and set up your app.
- Clone the repo
git clone https://github.com/PEC-CSS/Stock-Watchlist.git - Install NPM packages
ornpm installnpm install --legacy-peer-deps
Usage
- Start the project
npx expo start - To see changes:
- Browser - click on Run in web browser and use 'Ctrl+Shift+M' to toggle mobile view
- Mobile - Scan the QR Code. (make sure Expo Go app is installed on your phone)
- Create a new build
eas build --profile preview --platform android
For more examples, please refer to the Documentation
Contributors
This project exists thanks to all the people who contribute. [Contributing].
See the open issues for a full list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Be sure to read the contribution guidelines before contributing.
Follow below steps to make your contribution count.
🖱️ How to Contribute
If you think that you can add a new feature or want to fix a bug, we invite you to contribute to Stock-Watchlist and make this project better. To start contributing, follow the below instructions:
-
Create a folder at your desire location (usually at your desktop).
-
Open Git Bash Here
-
Fork the project. Click on the
icon in the top right to get started. -
Clone your forked repository of project.
git clone https://github.com/PEC-CSS/Stock-Watchlist.git
- Navigate to the project directory.
cd Stock-Watchlist
- Add a reference(remote) to the original repository.
git remote add upstream https://github.com/PEC-CSS/Stock-Watchlist.git
- Check the remotes for this repository.
git remote -v
- Always take a pull from the upstream repository to your main branch to keep it updated as per the main project repository.
git pull upstream main
- Create a new branch(prefer a branch name that relates to your assigned issue).
git checkout -b <YOUR_BRANCH_NAME>
-
Perform your desired changes to the code base.
-
Check your changes.
git status
git diff
- Stage your changes.
git add . <\files_that_you_made_changes>
- Commit your changes.
git commit -m "Commit Message"
- Push the committed changes in your feature branch to your remote repository.
git push -u origin <your_branch_name>
-
To create a pull request, click on
compare and pull requests. -
Add an appropriate title and description to your PR explaining your changes.
-
Click on
Create pull request.
Congratulations🎉, you have made a PR to the Stock-Watchlist. Wait for your submission to be accepted and your PR to be merged by a maintainer.
🫴 How to Do Your First Pull Request?
(We are providing some Resource from where you can Learn)
Code of Conduct
- Code of Conduct
🙏🏽 Support
This project needs a star️ from you. Don't forget to leave a star✨
Follow my Github for content
© PEC ACM CSS
License
Distributed under the MIT License. See LICENSE for more information.
Contact
Rahul Sharma - [email protected] - [email protected]
Project Link: https://github.com/PEC-CSS/Stock-Watchlist
Acknowledgments
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!
- React Native docs
- Expo Docs
- Messari API
- Let's build Tinder 2.0 with REACT NATIVE! (Messaging, ContextAPI, Tailwind, Google Auth, Firebase)
- Img Shields
- othneildrew / Best-README-Template
(back to top)