Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rahulpeacock/oibsip
https://github.com/rahulpeacock/oibsip
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rahulpeacock/oibsip
- Owner: rahulpeacock
- Created: 2022-12-17T05:34:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-29T16:37:54.000Z (about 2 years ago)
- Last Synced: 2024-09-06T12:30:45.247Z (4 months ago)
- Language: HTML
- Size: 606 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## OIBSIP
Official github repository for Oasis Infobyte Internship
This is LEVEL-1 with three tasks
- Landing Page -> NFTs landing page
- Portfolio -> Moon light Portfolio
- Temperature Converter -> temperature converterAll the above website are made using React and the preview to all the website are given below
- [NFTs landing pagee](https://nfts-landing-page.onrender.com)
- [Moon light Portfolio](https://moon-light-portfolio.onrender.com)
- [Temperature Converter](https://temp-conv.onrender.com/)If you want to run the website in the local machine, then you need to download the dependencies
Follo the steps to download the dependencies- clone the repository by running the command
```git
git clone "https://github.com/Rahul-Palamarthi/OIBSIP.git"
```- navigate to the respective dir by running the command
```bash
cd
```- download the dependencies by running the command
```bash
npm install
```- inorder to view the website you have to serve the build directory, run the command after downloading the dependencies
```bash
serve -s build
```