Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrtinsvitor/rapid-web
https://github.com/mrtinsvitor/rapid-web
javascript
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrtinsvitor/rapid-web
- Owner: mrtinsvitor
- Created: 2020-01-06T21:08:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T20:20:27.000Z (almost 2 years ago)
- Last Synced: 2024-12-10T18:18:36.822Z (about 1 month ago)
- Topics: javascript
- Language: CSS
- Size: 14.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# An Academical Event Scheduler Web APP
This is an undergraduate end of course project for academical event. This repository contains the React.Js Web App that is integrated with a mobile app and a [Node.Js Restful API](https://github.com/mrtins/unievents-api) for presence confirmation of academical events.
---
## Installation
$ git clone https://github.com/mrtins/unievents-web/
$ cd unievents-web
$ npm install or yarn## Running the project
To run the project you can just:
$ npm start
## Developed with* [React.Js](https://reactjs.org/) - A JavaScript library for building user interfaces.
* [Shards React](https://github.com/DesignRevision/shards-react) - Shards React is a free, beautiful and modern React UI kit
based on Shards.
* [NPM](https://www.npmjs.com/) - Package manager.
* [axios](https://github.com/axios/axios) - Promise based HTTP client for the browser and node.js.
* [localForage](https://github.com/localForage/localForage) - localForage is a fast and simple storage library for JavaScript.