Skip to content

Commit

Permalink
Merge pull request #96 from NGR-NP/main
Browse files Browse the repository at this point in the history
refactor: loading screen color, continuous file addition, and additional file extension icons
  • Loading branch information
maheshbasnet089 authored Mar 9, 2024
2 parents a2f7636 + ee3cbc1 commit c994533
Show file tree
Hide file tree
Showing 22 changed files with 1,089 additions and 1,620 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/node_modules
/node_modules
# Local Netlify folder
.netlify
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
"description": "TapShare is a platform that enables users to transfer files, including zip files,code,text to email and phone number in a tap. This readme file provides an overview of the platform, its features, and how to use it.",
"main": "index.js",
"scripts": {
"frontend": "cd tapShareFrontend && yarn run dev",
"backend": "cd tapShareBackend && npm start",
"frontend": "cd tapShareFrontend && yarn && yarn run build && yarn preview",
"backend": "cd tapShareBackend && npm i && npm start",
"frontend-dev": "cd tapShareFrontend && yarn && yarn run dev",
"backend-dev": "cd tapShareBackend && npm i && npm run dev",
"test": "echo \"Error: no test specified\" && exit 1",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
Expand Down
10 changes: 6 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# TapShare
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-9-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->


TapShare is not just a file-sharing platform; it's your go-to solution for seamless transfers of zip files, code snippets, and text with a simple tap. This README serves as your guide to unlocking the full potential of TapShare.

Expand Down Expand Up @@ -59,7 +57,11 @@ Note: Uncomment the `baseUrl` in the `config.js` file.

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Thanks goes to these wonderful people [🧑🏻‍💻](https://github.com/maheshbasnet089/tapShare/graphs/contributors)

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-9-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
Expand Down
Loading

0 comments on commit c994533

Please sign in to comment.