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!
✅ 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
- Node.js
- Express
- React
- Styled Components
- Axios
-
Clone this repository. You will need
node
andnpm
installed globally on your machine.git clone https://github.com/aadrshkashyp/avtrigen cd avtrigen
-
Install dependencies in both the root backend directory and the frontend directory:
cd backend npm install cd frontend npm install
-
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
.
This project is licensed under the terms of the MIT license.