Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/towner-10/t16-crowd
Dashboard for live tornado tracking and analysis using social media. Built for NTP @ UWO
https://github.com/towner-10/t16-crowd
auth0 mapbox nextjs react
Last synced: about 2 months ago
JSON representation
Dashboard for live tornado tracking and analysis using social media. Built for NTP @ UWO
- Host: GitHub
- URL: https://github.com/towner-10/t16-crowd
- Owner: towner-10
- Created: 2022-01-07T19:50:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-12T13:38:54.000Z (almost 2 years ago)
- Last Synced: 2024-11-02T11:25:57.545Z (3 months ago)
- Topics: auth0, mapbox, nextjs, react
- Language: TypeScript
- Homepage: https://t16-crowd.vercel.app
- Size: 1.48 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# T16 Crowd Frontend
![The dashboard in light-mode](/images/feature-image.png "Dashboard")
## Description
Front-end user interface for the NTP Twitter Scrapper I created for the ES1050 term project. This design won the client and judge award.
The standout feature of this project is the user interface that can be accessed anywhere along with the map design.## Roadmap
- [x] Add `README.md`
- [x] Working deployment on Vercel
- [x] Heatmap with Tweets
- [x] Edit Queries
- [x] Add/Remove Queries
- [x] User Accounts
- [ ] Documentation
- [ ] Secured API calls## Getting Started
First, run the development server:
```bash
# install dependencies
npm install
# then
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
Next you need to add the required `.env` file. An attached file `example.env` is attached to provide an example file with the required fields.
## 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". Don't forget to give the project a star! Thanks again!
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## Acknowledgements
- [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app)
- [`vercel`](https://nextjs.org/)