You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Components/Screens/Projects.js
+38-2Lines changed: 38 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,44 @@
1
1
importReactfrom'react';
2
-
2
+
importHDDfrom"../../Assets/hdd.png";
3
3
constProjects=()=>{
4
+
5
+
constprojectList=[
6
+
{
7
+
title : 'Jadavpur University Compiler Compiler',
8
+
description : 'A LL(1) parser written in C++. It supports dynamic grammar files for parsing different languages and visualizes the abstract syntax tree using Treant.js',
description: 'Implementation of a two-pass assembler involving tries for fast in-memory opcode fetch and has implementation of loader and linkers for linking the object file created to make an executable file.',
description: 'A personal savings app to maintain your day to day expenses and incomes. The app has many features such as tracking expenses and visualizing them',
'shuvayan/documents/welcome.txt': "Hey welcome to the personal website of Shuvayan Ghosh Dastidar. This is based on the theme of MacOS. All basic features in default MacOS are present. Hope you have a great time."
0 commit comments