Found 16 repositories(showing 16)
tomastrajan
Seed for building React app using Typescript and Webpack build using FLUXless architecture
spacemeshos
🌱🌌 Seed for a universal (native iOS, native Android, web, desktop) app based on react native web, redux and Typescript
reactjsexample
React TypeScript Seed App. ReactJS starter app with TypeScript. Includes TSLint, Prettier, Node-sass, Material UI. Configured for SCSS instead of CSS. Includes WebStorm Prettier file watchers.
PeradheepY
SVA AgroMart - Agricultural marketplace mobile app built with React Native & Expo. Connects farmers & retailers with phone OTP authentication, product catalog (seeds, fertilizers, pesticides), real-time weather updates, AI crop disease detection, community forum & shopping cart. Tech: Firebase Auth/Firestore, Redux Toolkit, TypeScript, React Native
nunobaba
App seed with React Redux on Typescript
pgalwa
My private seed for creating react apps with mobx & typescript
AlbertLochmueller
React Web App Seed including TypeScript, responsive Material UI and Routing
mateja176
🌱 Script for creating typescript seed projects for node, graphql, react and react-redux apps
A seed data scraper + C# .NET Web API + Typescript / React app that creates sow/grow schedules based on real seed data.
immersiveos
a post modern universal web app seed w react, redux, typescript, webpack, csr/ssr, etc... Based on vortigern
waelhachem25
Full-stack Graph Doting 2D app for creating and grading coordinate-graph questions. React + TypeScript frontend and Node/Express API with validation, seeded examples, interactive plotting, and automatic point-by-point evaluation.
*Em Andamento* App Ecoleta desenvolvido em Node.js, React e React Native. Banco de dados SQLite. Utilização de Typescript, seeds e transactions. O App permite que estabelecimentos de coleta de materiais recicláveis se cadastrem e sejam localizados por pessoas que precisam fazer descarte de resíduos.
JuanDls01
This project implement a fullstack app in TypeScript with Next.js using React (frontend), Next.js API routes and Prisma Client (backend). Also use PostgreSQL database and implement a seed to start develop faster.
SaimM2007
Final project from my CS Capstone course (HS Senior Year, Sept 2024 – June 2025) — originally titled Seedly. A full-stack web app for AP students to practice multiple-choice questions across various subjects and units. Built with React, TypeScript, Tailwind CSS, Firebase, and Gemini API. (Forgot to upload last year 😅)
VialdeSouza
Projeto construído durante a semana do Next Level Week. A semana é um curso elaborado pela RocketSeat. Durante a semana desenvolvemos um backend express, uma aplicação web com ReactJS e uma app mobile com React Native. Os maiores aprendizados dessa semana foram typeScript, boas práticas de progrmação, validação de dados, upload de arquivos, seeds, migrations, uso de mapas e APIs externas.
MEHMET0665
Programming Exercise Use the NASA API described here to build a project that calls the Mars Rover Photos API with a given day as input, returning corresponding photo images as output. Bonus 1: The application should cache and serve the requested images from NASA locally, for improved efficiency when making requests for the same date Bonus 2: On application startup, read the file ‘dates.txt’. The application should fetch data for these dates on startup and seed the cache. See the bottom of this document for the contents of dates.txt Acceptance Criteria Backend: Node.JS: Using any web framework like Express or NestJS REST Api: Accept a date as input, return urls to all the NASA Rover images taken on that date NOTE: Not all dates will return images from the NASA Api Caching (Bonus1): Download, store, and host the images locally Hitting the API with the same input twice should only make 1 call to the Nasa API Seeding (Bonus2): On startup, the backend service should use dates.txt to seed the cache with data for the dates listed See the paragraph below for dates.txt format Frontend: React, Angular, or Vuejs Should contain an input for selecting a date Selecting a date should then use the backend API to get the images MVP: Show clickable links to the images Bonus: Display the images on the page Additional Features (optional, but recommended): Unit Tests Static code analysis (linters, prettier) Run both apps in docker Use Typescript for the backend application When complete, please send a link to your own GitHub or Gitlab repository in an email replying to the email from which you received this exercise. Bonus 2 (Appendix): Below are the contents of dates.txt. Notice that a few of the dates are invalid, your application should handle that gracefully. 02/27/17 June 2, 2018 Jul-13-2016 April 31, 2018
All 16 repositories loaded