TAYYABAW / Ancient

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ’¬ Ancient

This project is a Front-End of a NFT collection website made using JavaScript, React.js and Material UI.

πŸ“ What I have done in this project

  • Build it by create-react-app
  • Created different components for different functionalities like HomePage, PersonalDashboard , header and more..
  • Used react-router-dom to navigate among various paths of the application
  • Build clean mobile friendly user interface using Material UI

πŸš€ Live Demo

Open https://tayyabaw.github.io/Ancient/ to view it in your mobile app.

πŸ›  Technologies Used

  • JavaScript
  • ReactJS
  • HTML/CSS
  • Firebase
  • Material UI

πŸ“± Project View

πŸ’» Getting started

Requirements

Clone the project and access the folder

$ git clone https://github.com/TAYYABAW/Ancient.git

$ cd Ancient

Follow the steps below

# Install the dependencies
$ yarn 
# or 
$ npm install

# Run the web app
$ yarn start 
# or 
$ npm start

πŸ€” How to contribute

Follow the steps below

# Clone your fork
$ git clone https://github.com/TAYYABAW/Ancient.git

$ cd Ancient

# Create a branch with your feature
$ git checkout -b your-feature

# Make the commit with your changes
$ git commit -m 'feat: Your new feature'

# Send the code to your remote branch
$ git push origin your-feature

After your pull request is merged, you can delete your branch

πŸ“ License

This project is under the MIT license. See the LICENSE for more information.

About

License:MIT License


Languages

Language:JavaScript 73.0%Language:SCSS 25.2%Language:HTML 1.0%Language:PHP 0.7%Language:Shell 0.1%