Skip to content

A beautiful and functional portfolio with smooth animations. It is built using React JS, Sanity, Framer-motion. A well designed portfolio to showcase your skills and achievements.

Notifications You must be signed in to change notification settings

Praveenterax/reactjs-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Portfolio Website - React JS

A well designed portfolio to showcase your skills and achievements. A beautiful and functional portfolio with smooth animations. Built using React JS, Sanity, Framer-motion.
Portfolio Website
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Home Page Skills Page Contact Page

Website is completely built using the React JS and Sanity knowledge. No need to be proficient to understand or change the content, basic understanding is enough fill the gaps.

It is completely responsive works fine on most of the devices and highly interactive. Data can be changed using a Content Management Service(CMS), Sanity. Because of this data can be changed anytime even after deployment.

(back to top)

Built With

(back to top)

Getting Started

Getting started, to avoid hassle at a later part, go ahead and create an account in Sanity and follow the displayed commands!

Prerequisites

  • Create a folder named **backend_sanity" and navigate the terminal to it.
    cd backend_sanity
    
  • Install the sanity client
    npm install -g @sanity/cli
  • Login using your preferred way!
  • Enter the project name, press Y and use the default settings.
  • Now use the command
    sanity start
  • Now run the following in the terminal
    sanity manage
    
  • Your project dashboard page pops up in your browser

    These are the most important steps

  • Note your project ID for future reference
  • Click on Token -> Add new Token
  • Give it a name and copy the token as it can be viewed only once.
  • Now add your react browser address i.e. your localhost in CORS ORIGIN
  • You are mostly done with setting up the backend.

Installation

  1. After completing the prerequistes, go ahead with the following steps.
  2. Clone the repo
    git clone https://github.com/Praveenterax/reactjs-portfolio.git
  3. Install NPM packages in the folders Frontend React.

    Make sure you are in the right folder path in the terminal.

    npm install
  4. Replace the Backend Sanity file contents with your sanity file contents (entire folder).
  5. Run the command and a page with your sanity documents appears.

    Make sure you are in the right folder path in the terminal.

    sanity start
    
  6. Add your details to the necessary documents, refer Sanity for better understanding.
  7. Create a .env file in the Frontend React directory with the following
    REACT_APP_SANITY_PROJECT_ID= "your project id"
    REACT_APP_SANITY_TOKEN= "your api token"
    
  8. Run the final command in the Frontend React.

    Make sure you are in the right folder path in the terminal.

    npm start
    
  9. Your website is up and running. Make the necessary changes and deploy it.
  10. To add or change necessary documents in Sanity Studio refer the Sanity Docs, it is very intuitive and easy.

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Praveen Dunga - @Praveenterax - praveendunga789@gmail.com

Project Link: https://praveenterax-portfolio.netlify.app

(back to top)

About

A beautiful and functional portfolio with smooth animations. It is built using React JS, Sanity, Framer-motion. A well designed portfolio to showcase your skills and achievements.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published