Task 1 is a landing page in neo Brutalist comic style celebrating the DC superhero superman. This project is built with vanilla html,css and js with some small libs and hosted on vercel.
Vercel Link: https://octanet-july.vercel.app/
This is a simple todo list app built with Vite and React. It uses Firebase for authentication and Firestore for storing data. The app is hosted on Vercel.
Vercel Link: https://octanet-july-task2.vercel.app/
- User authentication with Firebase.
- Create, read and delete tasks.
- Real-time synchronization of tasks across devices.
Before running the app, make sure you have the following installed:
- Node.js
- npm (or yarn)
- Clone the repository:
git clone https://github.com/0adiy/OCTANET_JULY
- Install dependencies:
cd task2
npm install
or
cd task2
yarn
-
Set up Firebase:
- Create a new Firebase project at https://console.firebase.google.com.
- Enable Authentication and Firestore in the Firebase project settings.
- Copy the Firebase configuration object from the project settings and replace the placeholders in the
src/firebase.js
file.
-
Start the development server:
npm run dev
or
yarn dev
- Open the app in your browser:
http://localhost:5173/
This is a simple frontend clone of youtube built with Vite and React. The app is hosted on Vercel.
Vercel Link: https://octanet-july-task3.vercel.app/
Before running the app, make sure you have the following installed:
- Node.js
- npm (or yarn)