"Store once, access anywhere."
Developed By: Joseito Fernandes
Quick access is a web app created using ReactJS. It is a app to store bookmarks/favourite sites in one place and access from anywhere. It is also a great application to be a browser's homepage.
Following are the major frameworks and libraries used to build this project.
- ReactJS
- Material-UI
- Firebase (Firestore, Authentication and Hosting)
Following are some of the other APIs used in this project.
- Unsplash API (For Background Images)
- Favicon Kit (To get icon for any link)
- official_joke_api
- Fetch API
To get a local copy up and running follow these simple example steps.
- Clone the repo
git clone https://github.com/joseito-terence/quick-access.git
- Install NPM packages
npm install
- Start NPM server.
npm start