Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Latest commit

 

History

History
125 lines (78 loc) · 4.04 KB

readme.md

File metadata and controls

125 lines (78 loc) · 4.04 KB

banner

DevMeet

Keep track of upcoming technology events

GitHub last commit license GitHub repo size

🔭 Overview

🏠 Homepage

Note: This project was proposed as a challenge by Rafaella Ballerini's tech community. See the prototype on Figma.

DevMeet is an mobile app created with React Native to find the next tech events online.

There you can see the next events available and check information about them, like the date, the name and description. You can also navigate through the event's screen on app, where you find more information about that, like a timer (countdown) to the event and links to event's webpage itself.

In Event's screen you can also copy/open the link and subscribe to get a notification when it starts (Vibration + Alert).

Checkout the demo video

demo.mp4

💻 Techs

🔧 Requirements

  • Node.js
  • npm (Included in the node.js default installation)
  • git OPTIONAL

You will also need a mobile phone (Android or iOS) or an emulator to run the App.

In case you are using a mobile device, make sure to get Expo Go App installed.

⚡ Getting started with Development

  1. Clone this repo

Using git

git clone https://github.com/lucas-lm/devmeet.git
cd DevMeet

Not using git

In case you do not have and do not want to install git, you can download the repository (click in code -> Download ZIP) and extract the project folder using any zip program (Right click on downloaded zip file, unzip to...)

After that you can open a new terminal on the project's folder (you/path/to/devmeet) and follow along with the next instructions.

  1. Install the dependencies
npm install
  1. Start the development server
npm start
  1. Open the app and start coding 🎉

You are ready to go now! Just open the app in your mobile device or emulator and start editing the code.

To open in device: Scan the QR Code shown in the terminal with Expo Go App

To open in emulator or web: With the terminal focused, press a to Android, i to iOS

Any saved change on the code will automatically refresh the app.

✨ App Features

  • Agenda of next tech events
  • Information about events
  • Notifications on event start (in-app only, no push notification)

💣 Next steps

  • Set up Push Notifications
  • Create a real backend
  • Handle error cases like no network connection
  • Add some animations

🌟 Contributing

Contributions, issues and feature requests are welcome!

  • ⭐️ Star the project
  • 🐛 Find and report issues
  • 📥 Submit PRs to help solve issues or add features

Feel free to check issues page. You can also take a look at the contributing guide.

🙇 Author

Lucas Miranda

📚 License

Copyright © 2020 Lucas Miranda This project is MIT licensed.