Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Habitica | 9,630 | a day ago | 230 | other | JavaScript | |||||
A habit tracker app which treats your goals like a Role Playing Game. | ||||||||||
Blog | 4,197 | 20 days ago | 70 | HTML | ||||||
大前端技术为主,读书笔记、随笔、理财为辅,做个终身学习者。 | ||||||||||
Vue2 Element Touzi Admin | 3,842 | 3 months ago | 20 | Vue | ||||||
基于vue2.0 +vuex+ element-ui后台管理系统 | ||||||||||
Docx | 3,006 | 47 | 77 | 2 days ago | 64 | September 22, 2022 | 73 | mit | TypeScript | |
Easily generate and modify .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser. | ||||||||||
Doclever | 2,889 | 3 months ago | 114 | JavaScript | ||||||
做最好的接口管理平台 | ||||||||||
Vue Express Mongo Boilerplate | 2,785 | 1 | 2 years ago | 1 | January 30, 2017 | 84 | JavaScript | |||
:star: MEVN Full stack JS web app boilerplate with NodeJS, Express, Mongo and VueJS | ||||||||||
Docxtemplater | 2,421 | 184 | 77 | 10 hours ago | 245 | August 30, 2022 | 8 | other | JavaScript | |
Generate docx, pptx, and xlsx from templates (Word, Powerpoint and Excel documents), from Node.js, the Browser and the command line / Demo: https://www.docxtemplater.com/demo. #docx #office #generator #templating #report #json #generate #generation #template #create #pptx #docx #xlsx #react #vuejs #angularjs #browser #typescript #image #html #table #chart | ||||||||||
Webchat | 1,720 | 2 years ago | 2 | mit | JavaScript | |||||
:speaker: Websocket project based on vue(基于vue2.0的实时聊天项目) | ||||||||||
Prevue | 1,321 | 3 days ago | 10 | Vue | ||||||
🎨 All in One Prototyping Tool For Vue Developers. | ||||||||||
Express Vue | 1,307 | 72 | 4 | 4 months ago | 129 | January 11, 2021 | 47 | other | JavaScript | |
Vue rendering engine for Express.js. Use .Vue files as templates using streams |
Amplify is an open-source app created for users to take the initiative in being part of an actionable step in the efforts to protect against climate change. The user is able to choose a climate campaign, then using their zip code, they will be able to select a representative of their choice. The user then donates to have their letter sent out by Amplify.
This repo contains both the frontend and backend portions of the Amplify application.
The frontend code is stored in the src/
directory.
The backend (API) code is stored in the server/
directory.
Project Workflow:
Resources:
In order to get started, you can clone, download a ZIP, or fork this repository to work on your local machine. If you would like to get started with Codespaces instead, the video below will walk you through setting up your Codespace.
https://user-images.githubusercontent.com/9143339/159093687-6fc90733-0599-445c-b08b-a6378d988e4b.mov
Codespaces Set Up
Would you like to become a contributor? Please check out our contributors guide!
Run the following script first:
script/bootstrap
You will need to copy the .env.example
file to a .env
file in this repo. You can use the following command in your terminal:
cp .env.example .env
npm run dev
npm run build
npm run lint
npm start
App Structure
Current Structure:
Goal Structure:
User Journey:
https://user-images.githubusercontent.com/9143339/159093855-c01e1d77-0d6a-4f6e-b691-81491830001a.mp4