Welcome to the Contest List App, a React Native application designed to showcase upcoming coding contests from various platforms. This app provides a clean and user-friendly interface to browse through contests, view details, and navigate to the respective contest pages.
- Contest List: View a curated list of upcoming coding contests from different hosting platforms.
- Clickable Links: Easily navigate to the contest page on the respective hosting platform by clicking on each contest.
- Date Formatting: The app uses date-fns library to format contest start and end dates for a clear and concise presentation.
-
Clone the repository:
git clone <https://github.com/yourusername/contest-list-app.git> cd contest-list-app
-
Install dependencies:
npm install
-
Run the app on an emulator or a connected device:
npx react-native run-android # for Android npx react-native run-ios # for iOS
- Launch the app on your mobile device or emulator.
- Explore the contest list and click on a contest to view more details.
- Modify the
contestsarray inContestList.tsxto add or remove contests. - Customize the app's appearance by adjusting styles in the
ContestList.tsxfile.
- React Native
- date-fns
- twrnc (Tailwind-inspired styles for React Native)
Feel free to contribute to the development of this app by opening issues or submitting pull requests. Make sure to follow the contributing guidelines.
This project is licensed under the MIT License - see the LICENSE file for details.
Thank you for using and contributing to the Contest List App!
