Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rahulpeacock/oibsip


https://github.com/rahulpeacock/oibsip

Last synced: 26 days ago
JSON representation

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 converter

All 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
```