Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)