Skip to content

avtrigen is an Avatar Generator built with Node.js and React. It creates unique, geometric avatars that can be used as profile pictures or placeholders. It also features a beautiful neumorphic design!

Notifications You must be signed in to change notification settings

aadrshkashyp/avtrigen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🎨 Avatar Generator (Avtrigen) 👤

Screenshot of app

Avtrigen is an Avatar Generator built with Node.js and React. It creates unique, geometric avatars that can be used as profile pictures or placeholders. It also features a beautiful neumorphic design!

🚀 Features

✅ Generate a unique avatar
✅ Neumorphic design
✅ Download avatar as SVG
✅ Generate new avatar without refreshing the page
✅ URL for using avatar as a placeholder image

📚 Technologies

  • Node.js
  • Express
  • React
  • Styled Components
  • Axios

🚧 Installation and Setup Instructions

  1. Clone this repository. You will need node and npm installed globally on your machine.

    git clone https://github.com/aadrshkashyp/avtrigen
    cd avtrigen
  2. Install dependencies in both the root backend directory and the frontend directory:

    cd backend
    npm install
    cd frontend
    npm install
  3. To start the server and client, run:

    npm start          //in frontend folder
    node src/app.js   //in backend folder

    The app backend will run on localhost:6700.

🖼️ Screenshots

Screenshot of app

🔒 License

This project is licensed under the terms of the MIT license.

About

avtrigen is an Avatar Generator built with Node.js and React. It creates unique, geometric avatars that can be used as profile pictures or placeholders. It also features a beautiful neumorphic design!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published